Html Css Color HEX #A27999 Bouquet

📋 copy color: '#A27999'

red 162 ◦ green 121 ◦ blue 153

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

Shades of Bouquet #A27999

Tints of Bouquet #A27999

RGB

 RED value IS 162 (63.67% from 255) = 37.16%

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

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

R = 37.16%
G = 27.75%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A27999 (or 0xA27999) is known color: Bouquet. HEX triplet: A2, 79 and 99. RGB value is (162,121,153). Sum of RGB (Red+Green+Blue) = 162+121+153=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A27999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27999 is #5D8666. Grayscale: #888888. Windows color (decimal): -6129255 or 10058146. OLE color: 10058146.

HSL color Cylindrical-coordinate representation of color #A27999: hue angle of 313.17º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A27999 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 121 153 -
CMYK 0 0.25 0.06 0.36
HSL 313.17º 0.18% 0.55% -
HSV(B) 313.17º 0.25% 0.64% -
XYZ 27.49 23.66 33.25 -
YUV 136.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 162 121 153 0 0.25 0.06 0.36 313.17 0.18 0.55
Hex A2 79 99 0 19 6 24 139 12 37
Octal 242 171 231 0 31 6 44 471 22 67
Binary 10100010 1111001 10011001 0 11001 110 100100 100111001 10010 110111

Color Harmonies of #A27999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27999

Black with #A27999

Text Example


Text Example

White with #A27999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27999; }

 p { color: rgb(162,121,153); }

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

background-color css

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

 a { background-color: rgb(162,121,153); }

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

border-color css

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

 span { border-color: rgb(162,121,153); }

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