#ADA557

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

Shades of Olive Green #ADA557

Tints of Olive Green #ADA557

Color information

#ADA557 (or 0xADA557) is unknown color: approx Olive Green. HEX triplet: AD, A5 and 57. RGB value is (173,165,87). Sum of RGB (Red+Green+Blue) = 173+165+87=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA557 is #525AA8. Grayscale: #9E9E9E. Windows color (decimal): -5397161 or 5744045. OLE color: 5744045.

HSL color Cylindrical-coordinate representation of color #ADA557: hue angle of 54.42º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADA557 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB17316587-
CMYK00.050.500.32
HSL54.42º34.4%50.98%-
HSV(B)54.42º49.71%67.84%-
XYZ32.4136.4814.35-
YUV158.587.65138.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 165 (64.84% from 255) = 38.82%
BLUE value IS 87 (34.38% from 255) = 20.47%
R=40.71%
G=38.82%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731658700.050.500.3254.4234.450.98
HexADA557053220362233
Octal255245127056240664263
Binary101011011010010110101110101110010100000110110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA557; }

 p { color: rgb(173,165,87); }

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

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

 a { background-color: rgb(173,165,87); }

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

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

 span { border-color: rgb(173,165,87); }

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