#A27048

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

Shades of Dark Tan #A27048

Tints of Dark Tan #A27048

Color information

#A27048 (or 0xA27048) is unknown color: approx Dark Tan. HEX triplet: A2, 70 and 48. RGB value is (162,112,72). Sum of RGB (Red+Green+Blue) = 162+112+72=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A27048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27048 is #5D8FB7. Grayscale: #7A7A7A. Windows color (decimal): -6131640 or 4747426. OLE color: 4747426.

HSL color Cylindrical-coordinate representation of color #A27048: hue angle of 26.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A27048 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16211272-
CMYK00.310.560.36
HSL26.67º38.46%45.88%-
HSV(B)26.67º55.56%63.53%-
XYZ21.8619.748.79-
YUV122.3999.56156.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=46.82%
G=32.37%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621127200.310.560.3626.6738.4645.88
HexA2704801F38241b262e
Octal2421601100377044334656
Binary101000101110000100100001111111100010010011011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27048; }

 p { color: rgb(162,112,72); }

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

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

 a { background-color: rgb(162,112,72); }

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

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

 span { border-color: rgb(162,112,72); }

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