#A0683F

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

Shades of Desert #A0683F

Tints of Desert #A0683F

Color information

#A0683F (or 0xA0683F) is unknown color: approx Desert. HEX triplet: A0, 68 and 3F. RGB value is (160,104,63). Sum of RGB (Red+Green+Blue) = 160+104+63=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A0683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0683F is #5F97C0. Grayscale: #747474. Windows color (decimal): -6264769 or 4155552. OLE color: 4155552.

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

Color convert

RGB16010463-
CMYK00.350.610.37
HSL25.36º43.5%43.73%-
HSV(B)25.36º60.62%62.75%-
XYZ20.3417.737.05-
YUV116.0798.05159.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 63 (25% from 255) = 19.27%
R=48.93%
G=31.80%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601046300.350.610.3725.3643.543.73
HexA0683F0233D25192b2c
Octal240150770437545315354
Binary101000001101000111111010001111110110010111001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0683F; }

 p { color: rgb(160,104,63); }

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

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

 a { background-color: rgb(160,104,63); }

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

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

 span { border-color: rgb(160,104,63); }

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