Html Css Color HEX #A56136 Desert

📋 copy color: '#A56136'

red 165 ◦ green 97 ◦ blue 54

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

Shades of Desert #A56136

Tints of Desert #A56136

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 52.22%
G = 30.7%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A56136 (or 0xA56136) is known color: Desert. HEX triplet: A5, 61 and 36. RGB value is (165,97,54). Sum of RGB (Red+Green+Blue) = 165+97+54=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A56136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56136 is #5A9EC9. Grayscale: #707070. Windows color (decimal): -5938890 or 3563941. OLE color: 3563941.

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

Color convert

RGB 165 97 54 -
CMYK 0 0.41 0.67 0.35
HSL 23.24º 0.51% 0.43% -
HSV(B) 23.24º 0.67% 0.65% -
XYZ 20.46 16.82 5.66 -
YUV 112.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 165 97 54 0 0.41 0.67 0.35 23.24 0.51 0.43
Hex A5 61 36 0 29 43 23 17 33 2B
Octal 245 141 66 0 51 103 43 27 63 53
Binary 10100101 1100001 110110 0 101001 1000011 100011 10111 110011 101011

Color Harmonies of #A56136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56136

Black with #A56136

Text Example


Text Example

White with #A56136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56136; }

 p { color: rgb(165,97,54); }

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

background-color css

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

 a { background-color: rgb(165,97,54); }

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

border-color css

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

 span { border-color: rgb(165,97,54); }

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