#A3613D

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

Shades of Desert #A3613D

Tints of Desert #A3613D

Color information

#A3613D (or 0xA3613D) is unknown color: approx Desert. HEX triplet: A3, 61 and 3D. RGB value is (163,97,61). Sum of RGB (Red+Green+Blue) = 163+97+61=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3613D is #5C9EC2. Grayscale: #707070. Windows color (decimal): -6069955 or 4022691. OLE color: 4022691.

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

Color convert

RGB1639761-
CMYK00.400.630.36
HSL21.18º45.54%43.92%-
HSV(B)21.18º62.58%63.92%-
XYZ20.2216.676.57-
YUV112.6398.87163.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=50.78%
G=30.22%
B=19.00%

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
Decimal163976100.400.630.3621.1845.5443.92
HexA3613D0283F24152e2c
Octal243141750507744255654
Binary101000111100001111101010100011111110010010101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3613D; }

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

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

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

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

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

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

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

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