#A3997F

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

Shades of Grey Olive #A3997F

Tints of Grey Olive #A3997F

Color information

#A3997F (or 0xA3997F) is unknown color: approx Grey Olive. HEX triplet: A3, 99 and 7F. RGB value is (163,153,127). Sum of RGB (Red+Green+Blue) = 163+153+127=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A3997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3997F is #5C6680. Grayscale: #999999. Windows color (decimal): -6055553 or 8362403. OLE color: 8362403.

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

Color convert

RGB163153127-
CMYK00.060.220.36
HSL43.33º16.36%56.86%-
HSV(B)43.33º22.09%63.92%-
XYZ30.3332.124.68-
YUV153.03113.31135.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.79%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 127 (50% from 255) = 28.67%
R=36.79%
G=34.54%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315312700.060.220.3643.3316.3656.86
HexA3997F0616242b1039
Octal243231177062644532071
Binary1010001110011001111111101101011010010010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3997F; }

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

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

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

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

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

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

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

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