#A3643C

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

Shades of Desert #A3643C

Tints of Desert #A3643C

Color information

#A3643C (or 0xA3643C) is unknown color: approx Desert. HEX triplet: A3, 64 and 3C. RGB value is (163,100,60). Sum of RGB (Red+Green+Blue) = 163+100+60=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3643C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3643C is #5C9BC3. Grayscale: #727272. Windows color (decimal): -6069188 or 3957923. OLE color: 3957923.

HSL color Cylindrical-coordinate representation of color #A3643C: hue angle of 23.3º 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 #A3643C is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB16310060-
CMYK00.390.630.36
HSL23.3º46.19%43.73%-
HSV(B)23.3º63.19%63.92%-
XYZ20.4817.236.52-
YUV114.2897.37162.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 60 (23.83% from 255) = 18.58%
R=50.46%
G=30.96%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631006000.390.630.3623.346.1943.73
HexA3643C0273F24172e2c
Octal243144740477744275654
Binary101000111100100111100010011111111110010010111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3643C; }

 p { color: rgb(163,100,60); }

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

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

 a { background-color: rgb(163,100,60); }

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

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

 span { border-color: rgb(163,100,60); }

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