#A0673D

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

Shades of Desert #A0673D

Tints of Desert #A0673D

Color information

#A0673D (or 0xA0673D) is unknown color: approx Desert. HEX triplet: A0, 67 and 3D. RGB value is (160,103,61). Sum of RGB (Red+Green+Blue) = 160+103+61=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0673D is #5F98C2. Grayscale: #737373. Windows color (decimal): -6265027 or 4024224. OLE color: 4024224.

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

Color convert

RGB16010361-
CMYK00.360.620.37
HSL25.45º44.8%43.33%-
HSV(B)25.45º61.87%62.75%-
XYZ20.1917.516.73-
YUV115.2697.38159.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.38%
GREEN value IS 103 (40.62% from 255) = 31.79%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=49.38%
G=31.79%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601036100.360.620.3725.4544.843.33
HexA0673D0243E25192d2b
Octal240147750447645315553
Binary101000001100111111101010010011111010010111001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0673D; }

 p { color: rgb(160,103,61); }

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

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

 a { background-color: rgb(160,103,61); }

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

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

 span { border-color: rgb(160,103,61); }

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