Html Css Color HEX #A55D3D Desert

📋 copy color: '#A55D3D'

red 165 ◦ green 93 ◦ blue 61

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

Shades of Desert #A55D3D

Tints of Desert #A55D3D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 51.72%
G = 29.15%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A55D3D (or 0xA55D3D) is known color: Desert. HEX triplet: A5, 5D and 3D. RGB value is (165,93,61). Sum of RGB (Red+Green+Blue) = 165+93+61=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D3D is #5AA2C2. Grayscale: #6F6F6F. Windows color (decimal): -5939907 or 4021669. OLE color: 4021669.

HSL color Cylindrical-coordinate representation of color #A55D3D: hue angle of 18.46º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A55D3D is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 93 61 -
CMYK 0 0.44 0.63 0.35
HSL 18.46º 0.46% 0.44% -
HSV(B) 18.46º 0.63% 0.65% -
XYZ 20.27 16.16 6.47 -
YUV 110.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 165 93 61 0 0.44 0.63 0.35 18.46 0.46 0.44
Hex A5 5D 3D 0 2C 3F 23 12 2E 2C
Octal 245 135 75 0 54 77 43 22 56 54
Binary 10100101 1011101 111101 0 101100 111111 100011 10010 101110 101100

Color Harmonies of #A55D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D3D

Black with #A55D3D

Text Example


Text Example

White with #A55D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D3D; }

 p { color: rgb(165,93,61); }

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

background-color css

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

 a { background-color: rgb(165,93,61); }

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

border-color css

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

 span { border-color: rgb(165,93,61); }

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