Html Css Color HEX #A15E46 Sepia

📋 copy color: '#A15E46'

red 161 ◦ green 94 ◦ blue 70

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

Shades of Sepia #A15E46

Tints of Sepia #A15E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.92%

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 49.54%
G = 28.92%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A15E46 (or 0xA15E46) is known color: Sepia. HEX triplet: A1, 5E and 46. RGB value is (161,94,70). Sum of RGB (Red+Green+Blue) = 161+94+70=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E46 is #5EA1B9. Grayscale: #6F6F6F. Windows color (decimal): -6201786 or 4611745. OLE color: 4611745.

HSL color Cylindrical-coordinate representation of color #A15E46: hue angle of 15.82º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15E46 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 94 70 -
CMYK 0 0.42 0.57 0.37
HSL 15.82º 0.39% 0.45% -
HSV(B) 15.82º 0.57% 0.63% -
XYZ 19.81 16.02 7.84 -
YUV 111.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 161 94 70 0 0.42 0.57 0.37 15.82 0.39 0.45
Hex A1 5E 46 0 2A 39 25 10 27 2D
Octal 241 136 106 0 52 71 45 20 47 55
Binary 10100001 1011110 1000110 0 101010 111001 100101 10000 100111 101101

Color Harmonies of #A15E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E46

Black with #A15E46

Text Example


Text Example

White with #A15E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E46; }

 p { color: rgb(161,94,70); }

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

background-color css

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

 a { background-color: rgb(161,94,70); }

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

border-color css

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

 span { border-color: rgb(161,94,70); }

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