#A5603A

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

Shades of Desert #A5603A

Tints of Desert #A5603A

Color information

#A5603A (or 0xA5603A) is unknown color: approx Desert. HEX triplet: A5, 60 and 3A. RGB value is (165,96,58). Sum of RGB (Red+Green+Blue) = 165+96+58=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A5603A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5603A is #5A9FC5. Grayscale: #707070. Windows color (decimal): -5939142 or 3825829. OLE color: 3825829.

HSL color Cylindrical-coordinate representation of color #A5603A: hue angle of 21.31º 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 #A5603A is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1659658-
CMYK00.420.650.35
HSL21.31º47.98%43.73%-
HSV(B)21.31º64.85%64.71%-
XYZ20.4616.676.14-
YUV112.397.36165.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.72%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=51.72%
G=30.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165965800.420.650.3521.3147.9843.73
HexA5603A02A412315302c
Octal2451407205210143256054
Binary1010010111000001110100101010100000110001110101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5603A; }

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

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

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

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

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

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

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

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