Html Css Color HEX #A47596 Bouquet

📋 copy color: '#A47596'

red 164 ◦ green 117 ◦ blue 150

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

Shades of Bouquet #A47596

Tints of Bouquet #A47596

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.15%

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

R = 38.05%
G = 27.15%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A47596 (or 0xA47596) is known color: Bouquet. HEX triplet: A4, 75 and 96. RGB value is (164,117,150). Sum of RGB (Red+Green+Blue) = 164+117+150=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A47596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47596 is #5B8A69. Grayscale: #868686. Windows color (decimal): -5999210 or 9860516. OLE color: 9860516.

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

Color convert

RGB 164 117 150 -
CMYK 0 0.29 0.09 0.36
HSL 317.87º 0.21% 0.55% -
HSV(B) 317.87º 0.29% 0.64% -
XYZ 27.18 22.82 31.83 -
YUV 134.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 164 117 150 0 0.29 0.09 0.36 317.87 0.21 0.55
Hex A4 75 96 0 1D 9 24 13E 15 37
Octal 244 165 226 0 35 11 44 476 25 67
Binary 10100100 1110101 10010110 0 11101 1001 100100 100111110 10101 110111

Color Harmonies of #A47596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47596

Black with #A47596

Text Example


Text Example

White with #A47596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47596; }

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

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

background-color css

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

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

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

border-color css

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

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

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