Html Css Color HEX #AAB18B Bud

📋 copy color: '#AAB18B'

red 170 ◦ green 177 ◦ blue 139

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

Shades of Bud #AAB18B

Tints of Bud #AAB18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.6%

R = 34.98%
G = 36.42%
B = 28.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AAB18B (or 0xAAB18B) is known color: Bud. HEX triplet: AA, B1 and 8B. RGB value is (170,177,139). Sum of RGB (Red+Green+Blue) = 170+177+139=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB18B is #554E74. Grayscale: #AAAAAA. Windows color (decimal): -5590645 or 9154986. OLE color: 9154986.

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

Color convert

RGB 170 177 139 -
CMYK 0.04 0 0.21 0.31
HSL 71.05º 0.2% 0.62% -
HSV(B) 71.05º 0.21% 0.69% -
XYZ 36.96 41.85 30.56 -
YUV 170.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 170 177 139 0.04 0 0.21 0.31 71.05 0.2 0.62
Hex AA B1 8B 4 0 15 1F 47 14 3E
Octal 252 261 213 4 0 25 37 107 24 76
Binary 10101010 10110001 10001011 100 0 10101 11111 1000111 10100 111110

Color Harmonies of #AAB18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB18B

Black with #AAB18B

Text Example


Text Example

White with #AAB18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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