#A5613A

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

Shades of Desert #A5613A

Tints of Desert #A5613A

Color information

#A5613A (or 0xA5613A) is unknown color: approx Desert. HEX triplet: A5, 61 and 3A. RGB value is (165,97,58). Sum of RGB (Red+Green+Blue) = 165+97+58=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A5613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5613A is #5A9EC5. Grayscale: #717171. Windows color (decimal): -5938886 or 3826085. OLE color: 3826085.

HSL color Cylindrical-coordinate representation of color #A5613A: hue angle of 21.87º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5613A is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1659758-
CMYK00.410.650.35
HSL21.87º47.98%43.73%-
HSV(B)21.87º64.85%64.71%-
XYZ20.5616.856.17-
YUV112.8997.03165.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=51.56%
G=30.31%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165975800.410.650.3521.8747.9843.73
HexA5613A029412316302c
Octal2451417205110143266054
Binary1010010111000011110100101001100000110001110110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5613A; }

 p { color: rgb(165,97,58); }

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

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

 a { background-color: rgb(165,97,58); }

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

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

 span { border-color: rgb(165,97,58); }

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