#A8AF5C

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

Shades of Olive Green #A8AF5C

Tints of Olive Green #A8AF5C

Color information

#A8AF5C (or 0xA8AF5C) is unknown color: approx Olive Green. HEX triplet: A8, AF and 5C. RGB value is (168,175,92). Sum of RGB (Red+Green+Blue) = 168+175+92=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF5C is #5750A3. Grayscale: #A3A3A3. Windows color (decimal): -5722276 or 6074280. OLE color: 6074280.

HSL color Cylindrical-coordinate representation of color #A8AF5C: hue angle of 65.06º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8AF5C is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB16817592-
CMYK0.0400.470.31
HSL65.06º34.16%52.35%-
HSV(B)65.06º47.43%68.63%-
XYZ33.4139.7616.04-
YUV163.4487.68131.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 175 (68.75% from 255) = 40.23%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=38.62%
G=40.23%
B=21.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168175920.0400.470.3165.0634.1652.35
HexA8AF5C402F1F412234
Octal2502571344057371014264
Binary101010001010111110111001000101111111111000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF5C; }

 p { color: rgb(168,175,92); }

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

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

 a { background-color: rgb(168,175,92); }

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

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

 span { border-color: rgb(168,175,92); }

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