#A1AD84

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

Shades of Bud #A1AD84

Tints of Bud #A1AD84

Color information

#A1AD84 (or 0xA1AD84) is unknown color: approx Bud. HEX triplet: A1, AD and 84. RGB value is (161,173,132). Sum of RGB (Red+Green+Blue) = 161+173+132=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD84 is #5E527B. Grayscale: #A4A4A4. Windows color (decimal): -6181500 or 8695201. OLE color: 8695201.

HSL color Cylindrical-coordinate representation of color #A1AD84: hue angle of 77.56º 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 #A1AD84 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB161173132-
CMYK0.0700.240.32
HSL77.56º20%59.8%-
HSV(B)77.56º23.7%67.84%-
XYZ33.8139.1327.6-
YUV164.74109.52125.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=34.55%
G=37.12%
B=28.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611731320.0700.240.3277.562059.8
HexA1AD847018204e143c
Octal2412552047030401162474
Binary101000011010110110000100111011000100000100111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AD84; }

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

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

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

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

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

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

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

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