#A25B42

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

Shades of Sepia #A25B42

Tints of Sepia #A25B42

Color information

#A25B42 (or 0xA25B42) is unknown color: approx Sepia. HEX triplet: A2, 5B and 42. RGB value is (162,91,66). Sum of RGB (Red+Green+Blue) = 162+91+66=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B42 is #5DA4BD. Grayscale: #6D6D6D. Windows color (decimal): -6137022 or 4348834. OLE color: 4348834.

HSL color Cylindrical-coordinate representation of color #A25B42: hue angle of 15.62º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25B42 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1629166-
CMYK00.440.590.36
HSL15.62º42.11%44.71%-
HSV(B)15.62º59.26%63.53%-
XYZ19.6215.567.12-
YUV109.38103.52165.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=50.78%
G=28.53%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162916600.440.590.3615.6242.1144.71
HexA25B4202C3B24102a2d
Octal2421331020547344205255
Binary1010001010110111000010010110011101110010010000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B42; }

 p { color: rgb(162,91,66); }

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

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

 a { background-color: rgb(162,91,66); }

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

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

 span { border-color: rgb(162,91,66); }

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