Html Css Color HEX #A47799 Bouquet

📋 copy color: '#A47799'

red 164 ◦ green 119 ◦ blue 153

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

Shades of Bouquet #A47799

Tints of Bouquet #A47799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.09%

R = 37.61%
G = 27.29%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A47799 (or 0xA47799) is known color: Bouquet. HEX triplet: A4, 77 and 99. RGB value is (164,119,153). Sum of RGB (Red+Green+Blue) = 164+119+153=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A47799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47799 is #5B8866. Grayscale: #888888. Windows color (decimal): -5998695 or 10057636. OLE color: 10057636.

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

Color convert

RGB 164 119 153 -
CMYK 0 0.27 0.07 0.36
HSL 314.67º 0.2% 0.55% -
HSV(B) 314.67º 0.27% 0.64% -
XYZ 27.66 23.39 33.19 -
YUV 136.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 164 119 153 0 0.27 0.07 0.36 314.67 0.2 0.55
Hex A4 77 99 0 1B 7 24 13B 14 37
Octal 244 167 231 0 33 7 44 473 24 67
Binary 10100100 1110111 10011001 0 11011 111 100100 100111011 10100 110111

Color Harmonies of #A47799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47799

Black with #A47799

Text Example


Text Example

White with #A47799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47799; }

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

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

background-color css

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

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

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

border-color css

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

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

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