#A56038

Color #A56038 Desert (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert #A56038

Tints of Desert #A56038

Color information

#A56038 (or 0xA56038) is unknown color: approx Desert. HEX triplet: A5, 60 and 38. RGB value is (165,96,56). Sum of RGB (Red+Green+Blue) = 165+96+56=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A56038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56038 is #5A9FC7. Grayscale: #707070. Windows color (decimal): -5939144 or 3694757. OLE color: 3694757.

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

Color convert

RGB1659656-
CMYK00.420.660.35
HSL22.02º49.32%43.33%-
HSV(B)22.02º66.06%64.71%-
XYZ20.4116.655.88-
YUV112.0796.36165.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 56 (22.27% from 255) = 17.67%
R=52.05%
G=30.28%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165965600.420.660.3522.0249.3243.33
HexA5603802A422316312b
Octal2451407005210243266153
Binary1010010111000001110000101010100001010001110110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56038; }

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

 H1.HeaderClassName
 {
   color: #A56038;
 }
 .AnyTagClassName
 {
   color: #A56038;
 }
</style>
background-color css

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

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

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

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

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

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