Html Css Color HEX #A5603B Desert

📋 copy color: '#A5603B'

red 165 ◦ green 96 ◦ blue 59

#A5603B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert #A5603B

Tints of Desert #A5603B

RGB

 RED value IS 165 (64.84% from 255) = 51.56%

 GREEN value IS 96 (37.89% from 255) = 30%

 BLUE value IS 59 (23.44% from 255) = 18.44%

R = 51.56%
G = 30%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5603B (or 0xA5603B) is known color: Desert. HEX triplet: A5, 60 and 3B. RGB value is (165,96,59). Sum of RGB (Red+Green+Blue) = 165+96+59=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A5603B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5603B is #5A9FC4. Grayscale: #707070. Windows color (decimal): -5939141 or 3891365. OLE color: 3891365.

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

Color convert

RGB 165 96 59 -
CMYK 0 0.42 0.64 0.35
HSL 20.94º 0.47% 0.44% -
HSV(B) 20.94º 0.64% 0.65% -
XYZ 20.49 16.68 6.28 -
YUV 112.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 165 96 59 0 0.42 0.64 0.35 20.94 0.47 0.44
Hex A5 60 3B 0 2A 40 23 15 2F 2C
Octal 245 140 73 0 52 100 43 25 57 54
Binary 10100101 1100000 111011 0 101010 1000000 100011 10101 101111 101100

Color Harmonies of #A5603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5603B

Black with #A5603B

Text Example


Text Example

White with #A5603B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5603B; }

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

 H1.HeaderClassName
 {
   color: #A5603B;
 }
 .AnyTagClassName
 {
   color: #A5603B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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