#AAAC8A

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

Shades of Bud #AAAC8A

Tints of Bud #AAAC8A

Color information

#AAAC8A (or 0xAAAC8A) is unknown color: approx Bud. HEX triplet: AA, AC and 8A. RGB value is (170,172,138). Sum of RGB (Red+Green+Blue) = 170+172+138=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC8A is #555375. Grayscale: #A7A7A7. Windows color (decimal): -5591926 or 9088170. OLE color: 9088170.

HSL color Cylindrical-coordinate representation of color #AAAC8A: hue angle of 63.53º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAAC8A is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB170172138-
CMYK0.0100.200.33
HSL63.53º17%60.78%-
HSV(B)63.53º19.77%67.45%-
XYZ35.9239.8929.85-
YUV167.53111.34129.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=35.42%
G=35.83%
B=28.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721380.0100.200.3363.531760.78
HexAAAC8A10142140113d
Octal2522542121024411002175
Binary1010101010101100100010101010100100001100000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC8A; }

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

 H1.HeaderClassName
 {
   color: #AAAC8A;
 }
 .AnyTagClassName
 {
   color: #AAAC8A;
 }
</style>
background-color css

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

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

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

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

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

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