#A3613C

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

Shades of Desert #A3613C

Tints of Desert #A3613C

Color information

#A3613C (or 0xA3613C) is unknown color: approx Desert. HEX triplet: A3, 61 and 3C. RGB value is (163,97,60). Sum of RGB (Red+Green+Blue) = 163+97+60=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A3613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3613C is #5C9EC3. Grayscale: #707070. Windows color (decimal): -6069956 or 3957155. OLE color: 3957155.

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

Color convert

RGB1639760-
CMYK00.400.630.36
HSL21.55º46.19%43.73%-
HSV(B)21.55º63.19%63.92%-
XYZ20.1916.666.43-
YUV112.5298.37164.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.94%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=50.94%
G=30.31%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163976000.400.630.3621.5546.1943.73
HexA3613C0283F24162e2c
Octal243141740507744265654
Binary101000111100001111100010100011111110010010110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3613C; }

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

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

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

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

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

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

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

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