#A3997D

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

Shades of Grey Olive #A3997D

Tints of Grey Olive #A3997D

Color information

#A3997D (or 0xA3997D) is unknown color: approx Grey Olive. HEX triplet: A3, 99 and 7D. RGB value is (163,153,125). Sum of RGB (Red+Green+Blue) = 163+153+125=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A3997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3997D is #5C6682. Grayscale: #989898. Windows color (decimal): -6055555 or 8231331. OLE color: 8231331.

HSL color Cylindrical-coordinate representation of color #A3997D: hue angle of 44.21º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3997D is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB163153125-
CMYK00.060.230.36
HSL44.21º17.12%56.47%-
HSV(B)44.21º23.31%63.92%-
XYZ30.232.0524-
YUV152.8112.31135.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=36.96%
G=34.69%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315312500.060.230.3644.2117.1256.47
HexA3997D0617242c1138
Octal243231175062744542170
Binary1010001110011001111110101101011110010010110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3997D; }

 p { color: rgb(163,153,125); }

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

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

 a { background-color: rgb(163,153,125); }

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

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

 span { border-color: rgb(163,153,125); }

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