#A5603C

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

Shades of Desert #A5603C

Tints of Desert #A5603C

Color information

#A5603C (or 0xA5603C) is unknown color: approx Desert. HEX triplet: A5, 60 and 3C. RGB value is (165,96,60). Sum of RGB (Red+Green+Blue) = 165+96+60=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A5603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5603C is #5A9FC3. Grayscale: #707070. Windows color (decimal): -5939140 or 3956901. OLE color: 3956901.

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

Color convert

RGB1659660-
CMYK00.420.640.35
HSL20.57º46.67%44.12%-
HSV(B)20.57º63.64%64.71%-
XYZ20.5216.696.42-
YUV112.5398.36165.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.40%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=51.40%
G=29.91%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165966000.420.640.3520.5746.6744.12
HexA5603C02A4023152f2c
Octal2451407405210043255754
Binary1010010111000001111000101010100000010001110101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5603C; }

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

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

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

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

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

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

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

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