Html Css Color HEX #A15840 Sepia

📋 copy color: '#A15840'

red 161 ◦ green 88 ◦ blue 64

#A15840
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sepia #A15840

Tints of Sepia #A15840

RGB

 RED value IS 161 (63.28% from 255) = 51.44%

 GREEN value IS 88 (34.77% from 255) = 28.12%

 BLUE value IS 64 (25.39% from 255) = 20.45%

R = 51.44%
G = 28.12%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A15840 (or 0xA15840) is known color: Sepia. HEX triplet: A1, 58 and 40. RGB value is (161,88,64). Sum of RGB (Red+Green+Blue) = 161+88+64=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A15840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15840 is #5EA7BF. Grayscale: #6B6B6B. Windows color (decimal): -6203328 or 4216993. OLE color: 4216993.

HSL color Cylindrical-coordinate representation of color #A15840: hue angle of 14.85º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A15840 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 88 64 -
CMYK 0 0.45 0.60 0.37
HSL 14.85º 0.43% 0.44% -
HSV(B) 14.85º 0.6% 0.63% -
XYZ 19.11 14.93 6.72 -
YUV 107.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 161 88 64 0 0.45 0.60 0.37 14.85 0.43 0.44
Hex A1 58 40 0 2D 3C 25 F 2B 2C
Octal 241 130 100 0 55 74 45 17 53 54
Binary 10100001 1011000 1000000 0 101101 111100 100101 1111 101011 101100

Color Harmonies of #A15840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15840

Black with #A15840

Text Example


Text Example

White with #A15840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15840; }

 p { color: rgb(161,88,64); }

 H1.HeaderClassName
 {
   color: #A15840;
 }
 .AnyTagClassName
 {
   color: #A15840;
 }
</style>

background-color css

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

 a { background-color: rgb(161,88,64); }

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

border-color css

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

 span { border-color: rgb(161,88,64); }

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