Html Css Color HEX #A56041 Desert

📋 copy color: '#A56041'

red 165 ◦ green 96 ◦ blue 65

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

Shades of Desert #A56041

Tints of Desert #A56041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 50.61%
G = 29.45%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A56041 (or 0xA56041) is known color: Desert. HEX triplet: A5, 60 and 41. RGB value is (165,96,65). Sum of RGB (Red+Green+Blue) = 165+96+65=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A56041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56041 is #5A9FBE. Grayscale: #717171. Windows color (decimal): -5939135 or 4284581. OLE color: 4284581.

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

Color convert

RGB 165 96 65 -
CMYK 0 0.42 0.61 0.35
HSL 18.6º 0.43% 0.45% -
HSV(B) 18.6º 0.61% 0.65% -
XYZ 20.65 16.75 7.14 -
YUV 113.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 165 96 65 0 0.42 0.61 0.35 18.6 0.43 0.45
Hex A5 60 41 0 2A 3D 23 13 2B 2D
Octal 245 140 101 0 52 75 43 23 53 55
Binary 10100101 1100000 1000001 0 101010 111101 100011 10011 101011 101101

Color Harmonies of #A56041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56041

Black with #A56041

Text Example


Text Example

White with #A56041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56041; }

 p { color: rgb(165,96,65); }

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

background-color css

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

 a { background-color: rgb(165,96,65); }

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

border-color css

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

 span { border-color: rgb(165,96,65); }

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