#A2AE87

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

Shades of Bud #A2AE87

Tints of Bud #A2AE87

Color information

#A2AE87 (or 0xA2AE87) is unknown color: approx Bud. HEX triplet: A2, AE and 87. RGB value is (162,174,135). Sum of RGB (Red+Green+Blue) = 162+174+135=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE87 is #5D5178. Grayscale: #A6A6A6. Windows color (decimal): -6115705 or 8892066. OLE color: 8892066.

HSL color Cylindrical-coordinate representation of color #A2AE87: hue angle of 78.46º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2AE87 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB162174135-
CMYK0.0700.220.32
HSL78.46º19.4%60.59%-
HSV(B)78.46º22.41%68.24%-
XYZ34.4139.728.77-
YUV165.97110.52125.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=34.39%
G=36.94%
B=28.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621741350.0700.220.3278.4619.460.59
HexA2AE877016204e133d
Octal2422562077026401162375
Binary101000101010111010000111111010110100000100111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE87; }

 p { color: rgb(162,174,135); }

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

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

 a { background-color: rgb(162,174,135); }

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

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

 span { border-color: rgb(162,174,135); }

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