#A76038

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

Shades of Desert #A76038

Tints of Desert #A76038

Color information

#A76038 (or 0xA76038) is unknown color: approx Desert. HEX triplet: A7, 60 and 38. RGB value is (167,96,56). Sum of RGB (Red+Green+Blue) = 167+96+56=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A76038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76038 is #589FC7. Grayscale: #707070. Windows color (decimal): -5808072 or 3694759. OLE color: 3694759.

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

Color convert

RGB1679656-
CMYK00.430.660.35
HSL21.62º49.78%43.73%-
HSV(B)21.62º66.47%65.49%-
XYZ20.8316.875.9-
YUV112.6796.02166.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.35%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=52.35%
G=30.09%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167965600.430.660.3521.6249.7843.73
HexA7603802B422316322c
Octal2471407005310243266254
Binary1010011111000001110000101011100001010001110110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76038; }

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

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

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

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

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

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

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

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