Html Css Color HEX #AAB18C Bud

📋 copy color: '#AAB18C'

red 170 ◦ green 177 ◦ blue 140

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

Shades of Bud #AAB18C

Tints of Bud #AAB18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.75%

R = 34.91%
G = 36.34%
B = 28.75%

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

#AAB18C (or 0xAAB18C) is known color: Bud. HEX triplet: AA, B1 and 8C. RGB value is (170,177,140). Sum of RGB (Red+Green+Blue) = 170+177+140=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB18C is #554E73. Grayscale: #AAAAAA. Windows color (decimal): -5590644 or 9220522. OLE color: 9220522.

HSL color Cylindrical-coordinate representation of color #AAB18C: hue angle of 71.35º degrees, saturation: 0.19, 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 #AAB18C is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 140 -
CMYK 0.04 0 0.21 0.31
HSL 71.35º 0.19% 0.62% -
HSV(B) 71.35º 0.21% 0.69% -
XYZ 37.03 41.88 30.94 -
YUV 170.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 170 177 140 0.04 0 0.21 0.31 71.35 0.19 0.62
Hex AA B1 8C 4 0 15 1F 47 13 3E
Octal 252 261 214 4 0 25 37 107 23 76
Binary 10101010 10110001 10001100 100 0 10101 11111 1000111 10011 111110

Color Harmonies of #AAB18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB18C

Black with #AAB18C

Text Example


Text Example

White with #AAB18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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