Html Css Color HEX #A47696 Bouquet

📋 copy color: '#A47696'

red 164 ◦ green 118 ◦ blue 150

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

Shades of Bouquet #A47696

Tints of Bouquet #A47696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.31%

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

R = 37.96%
G = 27.31%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A47696 (or 0xA47696) is known color: Bouquet. HEX triplet: A4, 76 and 96. RGB value is (164,118,150). Sum of RGB (Red+Green+Blue) = 164+118+150=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A47696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47696 is #5B8969. Grayscale: #878787. Windows color (decimal): -5998954 or 9860772. OLE color: 9860772.

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

Color convert

RGB 164 118 150 -
CMYK 0 0.28 0.09 0.36
HSL 318.26º 0.2% 0.55% -
HSV(B) 318.26º 0.28% 0.64% -
XYZ 27.29 23.05 31.87 -
YUV 135.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 164 118 150 0 0.28 0.09 0.36 318.26 0.2 0.55
Hex A4 76 96 0 1C 9 24 13E 14 37
Octal 244 166 226 0 34 11 44 476 24 67
Binary 10100100 1110110 10010110 0 11100 1001 100100 100111110 10100 110111

Color Harmonies of #A47696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47696

Black with #A47696

Text Example


Text Example

White with #A47696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47696; }

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

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

background-color css

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

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

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

border-color css

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

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

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