Html Css Color HEX #AAB28C Bud

📋 copy color: '#AAB28C'

red 170 ◦ green 178 ◦ blue 140

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

Shades of Bud #AAB28C

Tints of Bud #AAB28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.48%

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

R = 34.84%
G = 36.48%
B = 28.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#AAB28C (or 0xAAB28C) is known color: Bud. HEX triplet: AA, B2 and 8C. RGB value is (170,178,140). Sum of RGB (Red+Green+Blue) = 170+178+140=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB28C is #554D73. Grayscale: #ABABAB. Windows color (decimal): -5590388 or 9220778. OLE color: 9220778.

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

Color convert

RGB 170 178 140 -
CMYK 0.04 0 0.21 0.30
HSL 72.63º 0.2% 0.62% -
HSV(B) 72.63º 0.21% 0.7% -
XYZ 37.23 42.28 31.01 -
YUV 171.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 170 178 140 0.04 0 0.21 0.30 72.63 0.2 0.62
Hex AA B2 8C 4 0 15 1E 49 14 3E
Octal 252 262 214 4 0 25 36 111 24 76
Binary 10101010 10110010 10001100 100 0 10101 11110 1001001 10100 111110

Color Harmonies of #AAB28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB28C

Black with #AAB28C

Text Example


Text Example

White with #AAB28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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