Html Css Color HEX #A47396 Bouquet

📋 copy color: '#A47396'

red 164 ◦ green 115 ◦ blue 150

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

Shades of Bouquet #A47396

Tints of Bouquet #A47396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 38.23%
G = 26.81%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A47396 (or 0xA47396) is known color: Bouquet. HEX triplet: A4, 73 and 96. RGB value is (164,115,150). Sum of RGB (Red+Green+Blue) = 164+115+150=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A47396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47396 is #5B8C69. Grayscale: #858585. Windows color (decimal): -5999722 or 9860004. OLE color: 9860004.

HSL color Cylindrical-coordinate representation of color #A47396: hue angle of 317.14º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47396 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 150 -
CMYK 0 0.30 0.09 0.36
HSL 317.14º 0.21% 0.55% -
HSV(B) 317.14º 0.3% 0.64% -
XYZ 26.95 22.36 31.75 -
YUV 133.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 164 115 150 0 0.30 0.09 0.36 317.14 0.21 0.55
Hex A4 73 96 0 1E 9 24 13D 15 37
Octal 244 163 226 0 36 11 44 475 25 67
Binary 10100100 1110011 10010110 0 11110 1001 100100 100111101 10101 110111

Color Harmonies of #A47396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47396

Black with #A47396

Text Example


Text Example

White with #A47396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47396; }

 p { color: rgb(164,115,150); }

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

background-color css

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

 a { background-color: rgb(164,115,150); }

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

border-color css

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

 span { border-color: rgb(164,115,150); }

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