Html Css Color HEX #A55B3C Desert

📋 copy color: '#A55B3C'

red 165 ◦ green 91 ◦ blue 60

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

Shades of Desert #A55B3C

Tints of Desert #A55B3C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

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

R = 52.22%
G = 28.8%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A55B3C (or 0xA55B3C) is known color: Desert. HEX triplet: A5, 5B and 3C. RGB value is (165,91,60). Sum of RGB (Red+Green+Blue) = 165+91+60=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B3C is #5AA4C3. Grayscale: #6D6D6D. Windows color (decimal): -5940420 or 3955621. OLE color: 3955621.

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

Color convert

RGB 165 91 60 -
CMYK 0 0.45 0.64 0.35
HSL 17.71º 0.47% 0.44% -
HSV(B) 17.71º 0.64% 0.65% -
XYZ 20.07 15.81 6.27 -
YUV 109.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 165 91 60 0 0.45 0.64 0.35 17.71 0.47 0.44
Hex A5 5B 3C 0 2D 40 23 12 2F 2C
Octal 245 133 74 0 55 100 43 22 57 54
Binary 10100101 1011011 111100 0 101101 1000000 100011 10010 101111 101100

Color Harmonies of #A55B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B3C

Black with #A55B3C

Text Example


Text Example

White with #A55B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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