Html Css Color HEX #A55F3F Desert

📋 copy color: '#A55F3F'

red 165 ◦ green 95 ◦ blue 63

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

Shades of Desert #A55F3F

Tints of Desert #A55F3F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.41%

 BLUE value IS 63 (25% from 255) = 19.5%

R = 51.08%
G = 29.41%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A55F3F (or 0xA55F3F) is known color: Desert. HEX triplet: A5, 5F and 3F. RGB value is (165,95,63). Sum of RGB (Red+Green+Blue) = 165+95+63=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55F3F is #5AA0C0. Grayscale: #707070. Windows color (decimal): -5939393 or 4153253. OLE color: 4153253.

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

Color convert

RGB 165 95 63 -
CMYK 0 0.42 0.62 0.35
HSL 18.82º 0.45% 0.45% -
HSV(B) 18.82º 0.62% 0.65% -
XYZ 20.51 16.54 6.81 -
YUV 112.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 165 95 63 0 0.42 0.62 0.35 18.82 0.45 0.45
Hex A5 5F 3F 0 2A 3E 23 13 2D 2D
Octal 245 137 77 0 52 76 43 23 55 55
Binary 10100101 1011111 111111 0 101010 111110 100011 10011 101101 101101

Color Harmonies of #A55F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F3F

Black with #A55F3F

Text Example


Text Example

White with #A55F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F3F; }

 p { color: rgb(165,95,63); }

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

background-color css

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

 a { background-color: rgb(165,95,63); }

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

border-color css

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

 span { border-color: rgb(165,95,63); }

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