Html Css Color HEX #A47497 Bouquet

📋 copy color: '#A47497'

red 164 ◦ green 116 ◦ blue 151

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

Shades of Bouquet #A47497

Tints of Bouquet #A47497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.91%

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

R = 38.05%
G = 26.91%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A47497 (or 0xA47497) is known color: Bouquet. HEX triplet: A4, 74 and 97. RGB value is (164,116,151). Sum of RGB (Red+Green+Blue) = 164+116+151=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A47497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47497 is #5B8B68. Grayscale: #868686. Windows color (decimal): -5999465 or 9925796. OLE color: 9925796.

HSL color Cylindrical-coordinate representation of color #A47497: hue angle of 316.25º 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 #A47497 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 151 -
CMYK 0 0.29 0.08 0.36
HSL 316.25º 0.21% 0.55% -
HSV(B) 316.25º 0.29% 0.64% -
XYZ 27.14 22.62 32.21 -
YUV 134.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 164 116 151 0 0.29 0.08 0.36 316.25 0.21 0.55
Hex A4 74 97 0 1D 8 24 13C 15 37
Octal 244 164 227 0 35 10 44 474 25 67
Binary 10100100 1110100 10010111 0 11101 1000 100100 100111100 10101 110111

Color Harmonies of #A47497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47497

Black with #A47497

Text Example


Text Example

White with #A47497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47497; }

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

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

background-color css

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

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

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

border-color css

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

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

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