Html Css Color HEX #AAB287 Bud

📋 copy color: '#AAB287'

red 170 ◦ green 178 ◦ blue 135

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

Shades of Bud #AAB287

Tints of Bud #AAB287

RGB

 RED value IS 170 (66.8% from 255) = 35.2%

 GREEN value IS 178 (69.92% from 255) = 36.85%

 BLUE value IS 135 (53.13% from 255) = 27.95%

R = 35.2%
G = 36.85%
B = 27.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#AAB287 (or 0xAAB287) is known color: Bud. HEX triplet: AA, B2 and 87. RGB value is (170,178,135). Sum of RGB (Red+Green+Blue) = 170+178+135=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB287 is #554D78. Grayscale: #AAAAAA. Windows color (decimal): -5590393 or 8893098. OLE color: 8893098.

HSL color Cylindrical-coordinate representation of color #AAB287: hue angle of 71.16º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB287 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 135 -
CMYK 0.04 0 0.24 0.30
HSL 71.16º 0.22% 0.61% -
HSV(B) 71.16º 0.24% 0.7% -
XYZ 36.87 42.14 29.11 -
YUV 170.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 170 178 135 0.04 0 0.24 0.30 71.16 0.22 0.61
Hex AA B2 87 4 0 18 1E 47 16 3D
Octal 252 262 207 4 0 30 36 107 26 75
Binary 10101010 10110010 10000111 100 0 11000 11110 1000111 10110 111101

Color Harmonies of #AAB287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB287

Black with #AAB287

Text Example


Text Example

White with #AAB287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB287; }

 p { color: rgb(170,178,135); }

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

background-color css

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

 a { background-color: rgb(170,178,135); }

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

border-color css

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

 span { border-color: rgb(170,178,135); }

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