#A25F48

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

Shades of Sepia #A25F48

Tints of Sepia #A25F48

Color information

#A25F48 (or 0xA25F48) is unknown color: approx Sepia. HEX triplet: A2, 5F and 48. RGB value is (162,95,72). Sum of RGB (Red+Green+Blue) = 162+95+72=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F48 is #5DA0B7. Grayscale: #707070. Windows color (decimal): -6135992 or 4743074. OLE color: 4743074.

HSL color Cylindrical-coordinate representation of color #A25F48: hue angle of 15.33º 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 #A25F48 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1629572-
CMYK00.410.560.36
HSL15.33º38.46%45.88%-
HSV(B)15.33º55.56%63.53%-
XYZ20.1616.338.22-
YUV112.41105.2163.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=49.24%
G=28.88%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162957200.410.560.3615.3338.4645.88
HexA25F480293824f262e
Octal2421371100517044174656
Binary101000101011111100100001010011110001001001111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F48; }

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

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

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

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

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

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

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

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