#A3613E

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

Shades of Desert #A3613E

Tints of Desert #A3613E

Color information

#A3613E (or 0xA3613E) is unknown color: approx Desert. HEX triplet: A3, 61 and 3E. RGB value is (163,97,62). Sum of RGB (Red+Green+Blue) = 163+97+62=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3613E is #5C9EC1. Grayscale: #707070. Windows color (decimal): -6069954 or 4088227. OLE color: 4088227.

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

Color convert

RGB1639762-
CMYK00.400.620.36
HSL20.79º44.89%44.12%-
HSV(B)20.79º61.96%63.92%-
XYZ20.2516.686.71-
YUV112.7499.37163.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.62%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 62 (24.61% from 255) = 19.25%
R=50.62%
G=30.12%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163976200.400.620.3620.7944.8944.12
HexA3613E0283E24152d2c
Octal243141760507644255554
Binary101000111100001111110010100011111010010010101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3613E; }

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

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

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

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

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

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

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

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