#A5AE84

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

Shades of Bud #A5AE84

Tints of Bud #A5AE84

Color information

#A5AE84 (or 0xA5AE84) is unknown color: approx Bud. HEX triplet: A5, AE and 84. RGB value is (165,174,132). Sum of RGB (Red+Green+Blue) = 165+174+132=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AE84 is #5A517B. Grayscale: #A6A6A6. Windows color (decimal): -5919100 or 8695461. OLE color: 8695461.

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

Color convert

RGB165174132-
CMYK0.0500.240.32
HSL72.86º20.59%60%-
HSV(B)72.86º24.14%68.24%-
XYZ34.8239.9427.7-
YUV166.52108.52126.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=35.03%
G=36.94%
B=28.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651741320.0500.240.3272.8620.5960
HexA5AE8450182049153c
Octal2452562045030401112574
Binary101001011010111010000100101011000100000100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE84; }

 p { color: rgb(165,174,132); }

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

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

 a { background-color: rgb(165,174,132); }

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

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

 span { border-color: rgb(165,174,132); }

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