Html Css Color HEX #AAB18A Bud

📋 copy color: '#AAB18A'

red 170 ◦ green 177 ◦ blue 138

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

Shades of Bud #AAB18A

Tints of Bud #AAB18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 35.05%
G = 36.49%
B = 28.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AAB18A (or 0xAAB18A) is known color: Bud. HEX triplet: AA, B1 and 8A. RGB value is (170,177,138). Sum of RGB (Red+Green+Blue) = 170+177+138=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB18A is #554E75. Grayscale: #AAAAAA. Windows color (decimal): -5590646 or 9089450. OLE color: 9089450.

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

Color convert

RGB 170 177 138 -
CMYK 0.04 0 0.22 0.31
HSL 70.77º 0.2% 0.62% -
HSV(B) 70.77º 0.22% 0.69% -
XYZ 36.89 41.83 30.17 -
YUV 170.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 170 177 138 0.04 0 0.22 0.31 70.77 0.2 0.62
Hex AA B1 8A 4 0 16 1F 47 14 3E
Octal 252 261 212 4 0 26 37 107 24 76
Binary 10101010 10110001 10001010 100 0 10110 11111 1000111 10100 111110

Color Harmonies of #AAB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB18A

Black with #AAB18A

Text Example


Text Example

White with #AAB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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