Html Css Color HEX #AAB187 Bud

📋 copy color: '#AAB187'

red 170 ◦ green 177 ◦ blue 135

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

Shades of Bud #AAB187

Tints of Bud #AAB187

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.72%

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

R = 35.27%
G = 36.72%
B = 28.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AAB187 (or 0xAAB187) is known color: Bud. HEX triplet: AA, B1 and 87. RGB value is (170,177,135). Sum of RGB (Red+Green+Blue) = 170+177+135=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB187 is #554E78. Grayscale: #AAAAAA. Windows color (decimal): -5590649 or 8892842. OLE color: 8892842.

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

Color convert

RGB 170 177 135 -
CMYK 0.04 0 0.24 0.31
HSL 70º 0.21% 0.61% -
HSV(B) 70º 0.24% 0.69% -
XYZ 36.67 41.74 29.05 -
YUV 170.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 170 177 135 0.04 0 0.24 0.31 70 0.21 0.61
Hex AA B1 87 4 0 18 1F 46 15 3D
Octal 252 261 207 4 0 30 37 106 25 75
Binary 10101010 10110001 10000111 100 0 11000 11111 1000110 10101 111101

Color Harmonies of #AAB187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB187

Black with #AAB187

Text Example


Text Example

White with #AAB187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB187; }

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

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

background-color css

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

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

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

border-color css

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

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

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