Html Css Color HEX #A5613C Desert

📋 copy color: '#A5613C'

red 165 ◦ green 97 ◦ blue 60

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

Shades of Desert #A5613C

Tints of Desert #A5613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 51.24%
G = 30.12%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5613C (or 0xA5613C) is known color: Desert. HEX triplet: A5, 61 and 3C. RGB value is (165,97,60). Sum of RGB (Red+Green+Blue) = 165+97+60=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A5613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5613C is #5A9EC3. Grayscale: #717171. Windows color (decimal): -5938884 or 3957157. OLE color: 3957157.

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

Color convert

RGB 165 97 60 -
CMYK 0 0.41 0.64 0.35
HSL 21.14º 0.47% 0.44% -
HSV(B) 21.14º 0.64% 0.65% -
XYZ 20.61 16.87 6.45 -
YUV 113.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 165 97 60 0 0.41 0.64 0.35 21.14 0.47 0.44
Hex A5 61 3C 0 29 40 23 15 2F 2C
Octal 245 141 74 0 51 100 43 25 57 54
Binary 10100101 1100001 111100 0 101001 1000000 100011 10101 101111 101100

Color Harmonies of #A5613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5613C

Black with #A5613C

Text Example


Text Example

White with #A5613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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