#ADA95A

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

Shades of Olive Green #ADA95A

Tints of Olive Green #ADA95A

Color information

#ADA95A (or 0xADA95A) is unknown color: approx Olive Green. HEX triplet: AD, A9 and 5A. RGB value is (173,169,90). Sum of RGB (Red+Green+Blue) = 173+169+90=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA95A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA95A is #5256A5. Grayscale: #A1A1A1. Windows color (decimal): -5396134 or 5941677. OLE color: 5941677.

HSL color Cylindrical-coordinate representation of color #ADA95A: hue angle of 57.11º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADA95A is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB17316990-
CMYK00.020.480.32
HSL57.11º33.6%51.57%-
HSV(B)57.11º47.98%67.84%-
XYZ33.273815.25-
YUV161.1987.83136.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=40.05%
G=39.12%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731699000.020.480.3257.1133.651.57
HexADA95A023020392234
Octal255251132026040714264
Binary10101101101010011011010010110000100000111001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA95A; }

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

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

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

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

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

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

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

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