#A2AD84

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

Shades of Bud #A2AD84

Tints of Bud #A2AD84

Color information

#A2AD84 (or 0xA2AD84) is unknown color: approx Bud. HEX triplet: A2, AD and 84. RGB value is (162,173,132). Sum of RGB (Red+Green+Blue) = 162+173+132=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD84 is #5D527B. Grayscale: #A5A5A5. Windows color (decimal): -6115964 or 8695202. OLE color: 8695202.

HSL color Cylindrical-coordinate representation of color #A2AD84: hue angle of 76.1º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2AD84 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB162173132-
CMYK0.0600.240.32
HSL76.1º20%59.8%-
HSV(B)76.1º23.7%67.84%-
XYZ34.0139.2327.61-
YUV165.04109.36125.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 132 (51.95% from 255) = 28.27%
R=34.69%
G=37.04%
B=28.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621731320.0600.240.3276.12059.8
HexA2AD846018204c143c
Octal2422552046030401142474
Binary101000101010110110000100110011000100000100110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AD84; }

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

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

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

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

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

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

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

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