#AAB28B

Color #AAB28B Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bud #AAB28B

Tints of Bud #AAB28B

Color information

#AAB28B (or 0xAAB28B) is unknown color: approx 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

RGB170178139-
CMYK0.0400.220.30
HSL72.31º20.21%62.16%-
HSV(B)72.31º21.91%69.8%-
XYZ37.1642.2530.62-
YUV171.16109.85127.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701781390.0400.220.3072.3120.2162.16
HexAAB28B40161E48143e
Octal2522622134026361102476
Binary10101010101100101000101110001011011110100100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>