Html Css Color HEX #A55E3A Desert

📋 copy color: '#A55E3A'

red 165 ◦ green 94 ◦ blue 58

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

Shades of Desert #A55E3A

Tints of Desert #A55E3A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 52.05%
G = 29.65%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A55E3A (or 0xA55E3A) is known color: Desert. HEX triplet: A5, 5E and 3A. RGB value is (165,94,58). Sum of RGB (Red+Green+Blue) = 165+94+58=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E3A is #5AA1C5. Grayscale: #6F6F6F. Windows color (decimal): -5939654 or 3825317. OLE color: 3825317.

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

Color convert

RGB 165 94 58 -
CMYK 0 0.43 0.65 0.35
HSL 20.19º 0.48% 0.44% -
HSV(B) 20.19º 0.65% 0.65% -
XYZ 20.28 16.31 6.08 -
YUV 111.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 165 94 58 0 0.43 0.65 0.35 20.19 0.48 0.44
Hex A5 5E 3A 0 2B 41 23 14 30 2C
Octal 245 136 72 0 53 101 43 24 60 54
Binary 10100101 1011110 111010 0 101011 1000001 100011 10100 110000 101100

Color Harmonies of #A55E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E3A

Black with #A55E3A

Text Example


Text Example

White with #A55E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E3A; }

 p { color: rgb(165,94,58); }

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

background-color css

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

 a { background-color: rgb(165,94,58); }

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

border-color css

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

 span { border-color: rgb(165,94,58); }

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