Html Css Color HEX #A5613B Desert

📋 copy color: '#A5613B'

red 165 ◦ green 97 ◦ blue 59

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

Shades of Desert #A5613B

Tints of Desert #A5613B

RGB

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

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

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

R = 51.4%
G = 30.22%
B = 18.38%

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

#A5613B (or 0xA5613B) is known color: Desert. HEX triplet: A5, 61 and 3B. RGB value is (165,97,59). Sum of RGB (Red+Green+Blue) = 165+97+59=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A5613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5613B is #5A9EC4. Grayscale: #717171. Windows color (decimal): -5938885 or 3891621. OLE color: 3891621.

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

Color convert

RGB 165 97 59 -
CMYK 0 0.41 0.64 0.35
HSL 21.51º 0.47% 0.44% -
HSV(B) 21.51º 0.64% 0.65% -
XYZ 20.58 16.86 6.31 -
YUV 113 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 165 97 59 0 0.41 0.64 0.35 21.51 0.47 0.44
Hex A5 61 3B 0 29 40 23 16 2F 2C
Octal 245 141 73 0 51 100 43 26 57 54
Binary 10100101 1100001 111011 0 101001 1000000 100011 10110 101111 101100

Color Harmonies of #A5613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5613B

Black with #A5613B

Text Example


Text Example

White with #A5613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5613B; }

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

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

background-color css

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

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

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

border-color css

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

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

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