#A06048

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

Shades of Sepia #A06048

Tints of Sepia #A06048

Color information

#A06048 (or 0xA06048) is unknown color: approx Sepia. HEX triplet: A0, 60 and 48. RGB value is (160,96,72). Sum of RGB (Red+Green+Blue) = 160+96+72=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A06048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06048 is #5F9FB7. Grayscale: #707070. Windows color (decimal): -6266808 or 4743328. OLE color: 4743328.

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

Color convert

RGB1609672-
CMYK00.40.550.37
HSL16.36º37.93%45.49%-
HSV(B)16.36º55%62.75%-
XYZ19.8516.318.23-
YUV112.4105.2161.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=48.78%
G=29.27%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160967200.40.550.3716.3637.9345.49
HexA06048028372510262d
Octal2401401100506745204655
Binary1010000011000001001000010100011011110010110000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06048; }

 p { color: rgb(160,96,72); }

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

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

 a { background-color: rgb(160,96,72); }

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

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

 span { border-color: rgb(160,96,72); }

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