#ADA85F

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

Shades of Olive Green #ADA85F

Tints of Olive Green #ADA85F

Color information

#ADA85F (or 0xADA85F) is unknown color: approx Olive Green. HEX triplet: AD, A8 and 5F. RGB value is (173,168,95). Sum of RGB (Red+Green+Blue) = 173+168+95=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA85F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA85F is #5257A0. Grayscale: #A1A1A1. Windows color (decimal): -5396385 or 6269101. OLE color: 6269101.

HSL color Cylindrical-coordinate representation of color #ADA85F: hue angle of 56.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADA85F is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17316895-
CMYK00.030.450.32
HSL56.15º32.23%52.55%-
HSV(B)56.15º45.09%67.84%-
XYZ33.337.7216.35-
YUV161.1790.66136.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.68%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 95 (37.5% from 255) = 21.79%
R=39.68%
G=38.53%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731689500.030.450.3256.1532.2352.55
HexADA85F032D20382035
Octal255250137035540704065
Binary10101101101010001011111011101101100000111000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA85F; }

 p { color: rgb(173,168,95); }

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

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

 a { background-color: rgb(173,168,95); }

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

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

 span { border-color: rgb(173,168,95); }

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