Html Css Color HEX #A47397 Bouquet

📋 copy color: '#A47397'

red 164 ◦ green 115 ◦ blue 151

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

Shades of Bouquet #A47397

Tints of Bouquet #A47397

RGB

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

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

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

R = 38.14%
G = 26.74%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A47397 (or 0xA47397) is known color: Bouquet. HEX triplet: A4, 73 and 97. RGB value is (164,115,151). Sum of RGB (Red+Green+Blue) = 164+115+151=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A47397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47397 is #5B8C68. Grayscale: #858585. Windows color (decimal): -5999721 or 9925540. OLE color: 9925540.

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

Color convert

RGB 164 115 151 -
CMYK 0 0.30 0.08 0.36
HSL 315.92º 0.21% 0.55% -
HSV(B) 315.92º 0.3% 0.64% -
XYZ 27.03 22.39 32.18 -
YUV 133.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 164 115 151 0 0.30 0.08 0.36 315.92 0.21 0.55
Hex A4 73 97 0 1E 8 24 13C 15 37
Octal 244 163 227 0 36 10 44 474 25 67
Binary 10100100 1110011 10010111 0 11110 1000 100100 100111100 10101 110111

Color Harmonies of #A47397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47397

Black with #A47397

Text Example


Text Example

White with #A47397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47397; }

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

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

background-color css

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

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

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

border-color css

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

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

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