#A2AC84

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

Shades of Bud #A2AC84

Tints of Bud #A2AC84

Color information

#A2AC84 (or 0xA2AC84) is unknown color: approx Bud. HEX triplet: A2, AC and 84. RGB value is (162,172,132). Sum of RGB (Red+Green+Blue) = 162+172+132=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AC84 is #5D537B. Grayscale: #A4A4A4. Windows color (decimal): -6116220 or 8694946. OLE color: 8694946.

HSL color Cylindrical-coordinate representation of color #A2AC84: hue angle of 75º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2AC84 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB162172132-
CMYK0.0600.230.33
HSL75º19.42%59.61%-
HSV(B)75º23.26%67.45%-
XYZ33.8238.8527.55-
YUV164.45109.69126.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=34.76%
G=36.91%
B=28.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621721320.0600.230.337519.4259.61
HexA2AC846017214b133c
Octal2422542046027411132374
Binary101000101010110010000100110010111100001100101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC84; }

 p { color: rgb(162,172,132); }

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

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

 a { background-color: rgb(162,172,132); }

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

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

 span { border-color: rgb(162,172,132); }

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