Html Css Color HEX #A55B3B Desert

📋 copy color: '#A55B3B'

red 165 ◦ green 91 ◦ blue 59

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

Shades of Desert #A55B3B

Tints of Desert #A55B3B

RGB

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

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

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

R = 52.38%
G = 28.89%
B = 18.73%

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

#A55B3B (or 0xA55B3B) is known color: Desert. HEX triplet: A5, 5B and 3B. RGB value is (165,91,59). Sum of RGB (Red+Green+Blue) = 165+91+59=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B3B is #5AA4C4. Grayscale: #6D6D6D. Windows color (decimal): -5940421 or 3890085. OLE color: 3890085.

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

Color convert

RGB 165 91 59 -
CMYK 0 0.45 0.64 0.35
HSL 18.11º 0.47% 0.44% -
HSV(B) 18.11º 0.64% 0.65% -
XYZ 20.05 15.8 6.13 -
YUV 109.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 165 91 59 0 0.45 0.64 0.35 18.11 0.47 0.44
Hex A5 5B 3B 0 2D 40 23 12 2F 2C
Octal 245 133 73 0 55 100 43 22 57 54
Binary 10100101 1011011 111011 0 101101 1000000 100011 10010 101111 101100

Color Harmonies of #A55B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B3B

Black with #A55B3B

Text Example


Text Example

White with #A55B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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