#A75A42

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

Shades of Sepia #A75A42

Tints of Sepia #A75A42

Color information

#A75A42 (or 0xA75A42) is unknown color: approx Sepia. HEX triplet: A7, 5A and 42. RGB value is (167,90,66). Sum of RGB (Red+Green+Blue) = 167+90+66=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A42 is #58A5BD. Grayscale: #6E6E6E. Windows color (decimal): -5809598 or 4348583. OLE color: 4348583.

HSL color Cylindrical-coordinate representation of color #A75A42: hue angle of 14.26º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A75A42 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB1679066-
CMYK00.460.600.35
HSL14.26º43.35%45.69%-
HSV(B)14.26º60.48%65.49%-
XYZ20.5815.927.14-
YUV110.29103.01168.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.70%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 66 (26.17% from 255) = 20.43%
R=51.70%
G=27.86%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167906600.460.600.3514.2643.3545.69
HexA75A4202E3C23e2b2e
Octal2471321020567443165356
Binary101001111011010100001001011101111001000111110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A42; }

 p { color: rgb(167,90,66); }

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

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

 a { background-color: rgb(167,90,66); }

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

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

 span { border-color: rgb(167,90,66); }

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