Html Css Color HEX #A15E44 Sepia

📋 copy color: '#A15E44'

red 161 ◦ green 94 ◦ blue 68

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

Shades of Sepia #A15E44

Tints of Sepia #A15E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.05%

R = 49.85%
G = 29.1%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A15E44 (or 0xA15E44) is known color: Sepia. HEX triplet: A1, 5E and 44. RGB value is (161,94,68). Sum of RGB (Red+Green+Blue) = 161+94+68=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E44 is #5EA1BB. Grayscale: #6F6F6F. Windows color (decimal): -6201788 or 4480673. OLE color: 4480673.

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

Color convert

RGB 161 94 68 -
CMYK 0 0.42 0.58 0.37
HSL 16.77º 0.41% 0.45% -
HSV(B) 16.77º 0.58% 0.63% -
XYZ 19.74 16 7.52 -
YUV 111.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 161 94 68 0 0.42 0.58 0.37 16.77 0.41 0.45
Hex A1 5E 44 0 2A 3A 25 11 29 2D
Octal 241 136 104 0 52 72 45 21 51 55
Binary 10100001 1011110 1000100 0 101010 111010 100101 10001 101001 101101

Color Harmonies of #A15E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E44

Black with #A15E44

Text Example


Text Example

White with #A15E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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