Html Css Color HEX #AAB28B Bud

📋 copy color: '#AAB28B'

red 170 ◦ green 178 ◦ blue 139

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

Shades of Bud #AAB28B

Tints of Bud #AAB28B

RGB

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

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

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

R = 34.91%
G = 36.55%
B = 28.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#AAB28B (or 0xAAB28B) is known color: Bud. HEX triplet: AA, B2 and 8B. RGB value is (170,178,139). Sum of RGB (Red+Green+Blue) = 170+178+139=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB28B is #554D74. Grayscale: #ABABAB. Windows color (decimal): -5590389 or 9155242. OLE color: 9155242.

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

Color convert

RGB 170 178 139 -
CMYK 0.04 0 0.22 0.30
HSL 72.31º 0.2% 0.62% -
HSV(B) 72.31º 0.22% 0.7% -
XYZ 37.16 42.25 30.62 -
YUV 171.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 170 178 139 0.04 0 0.22 0.30 72.31 0.2 0.62
Hex AA B2 8B 4 0 16 1E 48 14 3E
Octal 252 262 213 4 0 26 36 110 24 76
Binary 10101010 10110010 10001011 100 0 10110 11110 1001000 10100 111110

Color Harmonies of #AAB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB28B

Black with #AAB28B

Text Example


Text Example

White with #AAB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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