Html Css Color HEX #AAB387 Bud

📋 copy color: '#AAB387'

red 170 ◦ green 179 ◦ blue 135

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

Shades of Bud #AAB387

Tints of Bud #AAB387

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

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

R = 35.12%
G = 36.98%
B = 27.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#AAB387 (or 0xAAB387) is known color: Bud. HEX triplet: AA, B3 and 87. RGB value is (170,179,135). Sum of RGB (Red+Green+Blue) = 170+179+135=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB387 is #554C78. Grayscale: #ABABAB. Windows color (decimal): -5590137 or 8893354. OLE color: 8893354.

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

Color convert

RGB 170 179 135 -
CMYK 0.05 0 0.25 0.30
HSL 72.27º 0.22% 0.62% -
HSV(B) 72.27º 0.25% 0.7% -
XYZ 37.07 42.54 29.18 -
YUV 171.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 170 179 135 0.05 0 0.25 0.30 72.27 0.22 0.62
Hex AA B3 87 5 0 19 1E 48 16 3E
Octal 252 263 207 5 0 31 36 110 26 76
Binary 10101010 10110011 10000111 101 0 11001 11110 1001000 10110 111110

Color Harmonies of #AAB387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB387

Black with #AAB387

Text Example


Text Example

White with #AAB387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB387; }

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

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

background-color css

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

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

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

border-color css

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

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

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