Html Css Color HEX #A47992 Bouquet

📋 copy color: '#A47992'

red 164 ◦ green 121 ◦ blue 146

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

Shades of Bouquet #A47992

Tints of Bouquet #A47992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.07%

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

R = 38.05%
G = 28.07%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A47992 (or 0xA47992) is known color: Bouquet. HEX triplet: A4, 79 and 92. RGB value is (164,121,146). Sum of RGB (Red+Green+Blue) = 164+121+146=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A47992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47992 is #5B866D. Grayscale: #888888. Windows color (decimal): -5998190 or 9599396. OLE color: 9599396.

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

Color convert

RGB 164 121 146 -
CMYK 0 0.26 0.11 0.36
HSL 325.12º 0.19% 0.56% -
HSV(B) 325.12º 0.26% 0.64% -
XYZ 27.34 23.64 30.32 -
YUV 136.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 164 121 146 0 0.26 0.11 0.36 325.12 0.19 0.56
Hex A4 79 92 0 1A B 24 145 13 38
Octal 244 171 222 0 32 13 44 505 23 70
Binary 10100100 1111001 10010010 0 11010 1011 100100 101000101 10011 111000

Color Harmonies of #A47992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47992

Black with #A47992

Text Example


Text Example

White with #A47992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47992; }

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

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

background-color css

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

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

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

border-color css

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

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

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