Html Css Color HEX #A47892 Bouquet

📋 copy color: '#A47892'

red 164 ◦ green 120 ◦ blue 146

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

Shades of Bouquet #A47892

Tints of Bouquet #A47892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.91%

 BLUE value IS 146 (57.42% from 255) = 33.95%

R = 38.14%
G = 27.91%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A47892 (or 0xA47892) is known color: Bouquet. HEX triplet: A4, 78 and 92. RGB value is (164,120,146). Sum of RGB (Red+Green+Blue) = 164+120+146=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A47892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47892 is #5B876D. Grayscale: #888888. Windows color (decimal): -5998446 or 9599140. OLE color: 9599140.

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

Color convert

RGB 164 120 146 -
CMYK 0 0.27 0.11 0.36
HSL 324.55º 0.19% 0.56% -
HSV(B) 324.55º 0.27% 0.64% -
XYZ 27.21 23.4 30.28 -
YUV 136.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 164 120 146 0 0.27 0.11 0.36 324.55 0.19 0.56
Hex A4 78 92 0 1B B 24 145 13 38
Octal 244 170 222 0 33 13 44 505 23 70
Binary 10100100 1111000 10010010 0 11011 1011 100100 101000101 10011 111000

Color Harmonies of #A47892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47892

Black with #A47892

Text Example


Text Example

White with #A47892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47892; }

 p { color: rgb(164,120,146); }

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

background-color css

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

 a { background-color: rgb(164,120,146); }

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

border-color css

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

 span { border-color: rgb(164,120,146); }

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