Html Css Color HEX #A48390 Bouquet

📋 copy color: '#A48390'

red 164 ◦ green 131 ◦ blue 144

#A48390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #A48390

Tints of Bouquet #A48390

RGB

 RED value IS 164 (64.45% from 255) = 37.36%

 GREEN value IS 131 (51.56% from 255) = 29.84%

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 37.36%
G = 29.84%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A48390 (or 0xA48390) is known color: Bouquet. HEX triplet: A4, 83 and 90. RGB value is (164,131,144). Sum of RGB (Red+Green+Blue) = 164+131+144=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A48390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48390 is #5B7C6F. Grayscale: #8E8E8E. Windows color (decimal): -5995632 or 9470884. OLE color: 9470884.

HSL color Cylindrical-coordinate representation of color #A48390: hue angle of 336.36º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48390 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 131 144 -
CMYK 0 0.20 0.12 0.36
HSL 336.36º 0.15% 0.58% -
HSV(B) 336.36º 0.2% 0.64% -
XYZ 28.46 26.14 29.93 -
YUV 142.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 164 131 144 0 0.20 0.12 0.36 336.36 0.15 0.58
Hex A4 83 90 0 14 C 24 150 F 3A
Octal 244 203 220 0 24 14 44 520 17 72
Binary 10100100 10000011 10010000 0 10100 1100 100100 101010000 1111 111010

Color Harmonies of #A48390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48390

Black with #A48390

Text Example


Text Example

White with #A48390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48390; }

 p { color: rgb(164,131,144); }

 H1.HeaderClassName
 {
   color: #A48390;
 }
 .AnyTagClassName
 {
   color: #A48390;
 }
</style>

background-color css

<style>
 a { background-color: #A48390; }

 a { background-color: rgb(164,131,144); }

 div.DivClassName
 {
   background-color: #A48390;
 }
 .BgClassName
 {
   background-color: #A48390;
 }
</style>

border-color css

<style>
 span { border-color: #A48390; }

 span { border-color: rgb(164,131,144); }

 td.TdClassName
 {
   border-color: #A48390;
 }
 .TagClassName
 {
   border-color: #A48390;
 }
</style>