Html Css Color HEX #A5613A Desert

📋 copy color: '#A5613A'

red 165 ◦ green 97 ◦ blue 58

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

Shades of Desert #A5613A

Tints of Desert #A5613A

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.13%

R = 51.56%
G = 30.31%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5613A (or 0xA5613A) is known color: 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

RGB 165 97 58 -
CMYK 0 0.41 0.65 0.35
HSL 21.87º 0.48% 0.44% -
HSV(B) 21.87º 0.65% 0.65% -
XYZ 20.56 16.85 6.17 -
YUV 112.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 165 97 58 0 0.41 0.65 0.35 21.87 0.48 0.44
Hex A5 61 3A 0 29 41 23 16 30 2C
Octal 245 141 72 0 51 101 43 26 60 54
Binary 10100101 1100001 111010 0 101001 1000001 100011 10110 110000 101100

Color Harmonies of #A5613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5613A

Black with #A5613A

Text Example


Text Example

White with #A5613A

Text Example


Text Example

HTML Codes & Css Web 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>