#A3663F

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

Shades of Desert #A3663F

Tints of Desert #A3663F

Color information

#A3663F (or 0xA3663F) is unknown color: approx Desert. HEX triplet: A3, 66 and 3F. RGB value is (163,102,63). Sum of RGB (Red+Green+Blue) = 163+102+63=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A3663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3663F is #5C99C0. Grayscale: #747474. Windows color (decimal): -6068673 or 4155043. OLE color: 4155043.

HSL color Cylindrical-coordinate representation of color #A3663F: hue angle of 23.4º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3663F is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16310263-
CMYK00.370.610.36
HSL23.4º44.25%44.31%-
HSV(B)23.4º61.35%63.92%-
XYZ20.7517.657.02-
YUV115.7998.21161.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.70%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 63 (25% from 255) = 19.21%
R=49.70%
G=31.10%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631026300.370.610.3623.444.2544.31
HexA3663F0253D24172c2c
Octal243146770457544275454
Binary101000111100110111111010010111110110010010111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3663F; }

 p { color: rgb(163,102,63); }

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

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

 a { background-color: rgb(163,102,63); }

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

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

 span { border-color: rgb(163,102,63); }

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