#A3663D

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

Shades of Desert #A3663D

Tints of Desert #A3663D

Color information

#A3663D (or 0xA3663D) is unknown color: approx Desert. HEX triplet: A3, 66 and 3D. RGB value is (163,102,61). Sum of RGB (Red+Green+Blue) = 163+102+61=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3663D is #5C99C2. Grayscale: #737373. Windows color (decimal): -6068675 or 4023971. OLE color: 4023971.

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

Color convert

RGB16310261-
CMYK00.370.630.36
HSL24.12º45.54%43.92%-
HSV(B)24.12º62.58%63.92%-
XYZ20.717.636.73-
YUV115.5697.21161.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=50%
G=31.29%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631026100.370.630.3624.1245.5443.92
HexA3663D0253F24182e2c
Octal243146750457744305654
Binary101000111100110111101010010111111110010011000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3663D; }

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

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

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

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

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

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

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

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