Html Css Color HEX #A28999 Bouquet

📋 copy color: '#A28999'

red 162 ◦ green 137 ◦ blue 153

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

Shades of Bouquet #A28999

Tints of Bouquet #A28999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.31%

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

R = 35.84%
G = 30.31%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A28999 (or 0xA28999) is known color: Bouquet. HEX triplet: A2, 89 and 99. RGB value is (162,137,153). Sum of RGB (Red+Green+Blue) = 162+137+153=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A28999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28999 is #5D7666. Grayscale: #929292. Windows color (decimal): -6125159 or 10062242. OLE color: 10062242.

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

Color convert

RGB 162 137 153 -
CMYK 0 0.15 0.06 0.36
HSL 321.6º 0.12% 0.59% -
HSV(B) 321.6º 0.15% 0.64% -
XYZ 29.6 27.87 33.96 -
YUV 146.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 162 137 153 0 0.15 0.06 0.36 321.6 0.12 0.59
Hex A2 89 99 0 F 6 24 142 C 3B
Octal 242 211 231 0 17 6 44 502 14 73
Binary 10100010 10001001 10011001 0 1111 110 100100 101000010 1100 111011

Color Harmonies of #A28999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28999

Black with #A28999

Text Example


Text Example

White with #A28999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28999; }

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

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

background-color css

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

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

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

border-color css

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

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

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