#A8A355

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

Shades of Olive Green #A8A355

Tints of Olive Green #A8A355

Color information

#A8A355 (or 0xA8A355) is unknown color: approx Olive Green. HEX triplet: A8, A3 and 55. RGB value is (168,163,85). Sum of RGB (Red+Green+Blue) = 168+163+85=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A355 is #575CAA. Grayscale: #9B9B9B. Windows color (decimal): -5725355 or 5612456. OLE color: 5612456.

HSL color Cylindrical-coordinate representation of color #A8A355: hue angle of 56.39º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8A355 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16816385-
CMYK00.030.490.34
HSL56.39º32.81%49.61%-
HSV(B)56.39º49.4%65.88%-
XYZ30.8935.1813.76-
YUV155.688.16136.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 163 (64.06% from 255) = 39.18%
BLUE value IS 85 (33.59% from 255) = 20.43%
R=40.38%
G=39.18%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681638500.030.490.3456.3932.8149.61
HexA8A355033122382132
Octal250243125036142704162
Binary10101000101000111010101011110001100010111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A355; }

 p { color: rgb(168,163,85); }

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

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

 a { background-color: rgb(168,163,85); }

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

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

 span { border-color: rgb(168,163,85); }

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