Html Css Color HEX #A55F3E Desert

📋 copy color: '#A55F3E'

red 165 ◦ green 95 ◦ blue 62

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

Shades of Desert #A55F3E

Tints of Desert #A55F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.25%

R = 51.24%
G = 29.5%
B = 19.25%

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

#A55F3E (or 0xA55F3E) is known color: Desert. HEX triplet: A5, 5F and 3E. RGB value is (165,95,62). Sum of RGB (Red+Green+Blue) = 165+95+62=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55F3E is #5AA0C1. Grayscale: #707070. Windows color (decimal): -5939394 or 4087717. OLE color: 4087717.

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

Color convert

RGB 165 95 62 -
CMYK 0 0.42 0.62 0.35
HSL 19.22º 0.45% 0.45% -
HSV(B) 19.22º 0.62% 0.65% -
XYZ 20.48 16.53 6.67 -
YUV 112.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 165 95 62 0 0.42 0.62 0.35 19.22 0.45 0.45
Hex A5 5F 3E 0 2A 3E 23 13 2D 2D
Octal 245 137 76 0 52 76 43 23 55 55
Binary 10100101 1011111 111110 0 101010 111110 100011 10011 101101 101101

Color Harmonies of #A55F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F3E

Black with #A55F3E

Text Example


Text Example

White with #A55F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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