#A8A35C

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

Shades of Olive Green #A8A35C

Tints of Olive Green #A8A35C

Color information

#A8A35C (or 0xA8A35C) is unknown color: approx Olive Green. HEX triplet: A8, A3 and 5C. RGB value is (168,163,92). Sum of RGB (Red+Green+Blue) = 168+163+92=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A35C is #575CA3. Grayscale: #9C9C9C. Windows color (decimal): -5725348 or 6071208. OLE color: 6071208.

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

Color convert

RGB16816392-
CMYK00.030.450.34
HSL56.05º30.4%50.98%-
HSV(B)56.05º45.24%65.88%-
XYZ31.1835.2915.29-
YUV156.491.66136.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=39.72%
G=38.53%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681639200.030.450.3456.0530.450.98
HexA8A35C032D22381e33
Octal250243134035542703663
Binary1010100010100011101110001110110110001011100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A35C; }

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

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

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

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

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

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

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

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