#A55A3C

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

Shades of Sepia #A55A3C

Tints of Sepia #A55A3C

Color information

#A55A3C (or 0xA55A3C) is unknown color: approx Sepia. HEX triplet: A5, 5A and 3C. RGB value is (165,90,60). Sum of RGB (Red+Green+Blue) = 165+90+60=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A3C is #5AA5C3. Grayscale: #6D6D6D. Windows color (decimal): -5940676 or 3955365. OLE color: 3955365.

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

Color convert

RGB1659060-
CMYK00.450.640.35
HSL17.14º46.67%44.12%-
HSV(B)17.14º63.64%64.71%-
XYZ19.9915.646.24-
YUV109100.35167.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=52.38%
G=28.57%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165906000.450.640.3517.1446.6744.12
HexA55A3C02D4023112f2c
Octal2451327405510043215754
Binary1010010110110101111000101101100000010001110001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55A3C; }

 p { color: rgb(165,90,60); }

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

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

 a { background-color: rgb(165,90,60); }

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

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

 span { border-color: rgb(165,90,60); }

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