#ADA957

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

Shades of Olive Green #ADA957

Tints of Olive Green #ADA957

Color information

#ADA957 (or 0xADA957) is unknown color: approx Olive Green. HEX triplet: AD, A9 and 57. RGB value is (173,169,87). Sum of RGB (Red+Green+Blue) = 173+169+87=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA957 is #5256A8. Grayscale: #A1A1A1. Windows color (decimal): -5396137 or 5745069. OLE color: 5745069.

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

Color convert

RGB17316987-
CMYK00.020.500.32
HSL57.21º34.4%50.98%-
HSV(B)57.21º49.71%67.84%-
XYZ33.1437.9514.59-
YUV160.8586.33136.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 169 (66.41% from 255) = 39.39%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=40.33%
G=39.39%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731698700.020.500.3257.2134.450.98
HexADA957023220392233
Octal255251127026240714263
Binary10101101101010011010111010110010100000111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA957; }

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

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

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

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

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

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

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

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