Html Css Color HEX #A47797 Bouquet

📋 copy color: '#A47797'

red 164 ◦ green 119 ◦ blue 151

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

Shades of Bouquet #A47797

Tints of Bouquet #A47797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.42%

 BLUE value IS 151 (59.38% from 255) = 34.79%

R = 37.79%
G = 27.42%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A47797 (or 0xA47797) is known color: Bouquet. HEX triplet: A4, 77 and 97. RGB value is (164,119,151). Sum of RGB (Red+Green+Blue) = 164+119+151=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A47797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47797 is #5B8868. Grayscale: #888888. Windows color (decimal): -5998697 or 9926564. OLE color: 9926564.

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

Color convert

RGB 164 119 151 -
CMYK 0 0.27 0.08 0.36
HSL 317.33º 0.2% 0.55% -
HSV(B) 317.33º 0.27% 0.64% -
XYZ 27.49 23.32 32.33 -
YUV 136.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 164 119 151 0 0.27 0.08 0.36 317.33 0.2 0.55
Hex A4 77 97 0 1B 8 24 13D 14 37
Octal 244 167 227 0 33 10 44 475 24 67
Binary 10100100 1110111 10010111 0 11011 1000 100100 100111101 10100 110111

Color Harmonies of #A47797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47797

Black with #A47797

Text Example


Text Example

White with #A47797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47797; }

 p { color: rgb(164,119,151); }

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

background-color css

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

 a { background-color: rgb(164,119,151); }

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

border-color css

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

 span { border-color: rgb(164,119,151); }

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