Html Css Color HEX #A15A3B Sepia

📋 copy color: '#A15A3B'

red 161 ◦ green 90 ◦ blue 59

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

Shades of Sepia #A15A3B

Tints of Sepia #A15A3B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.03%

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 51.94%
G = 29.03%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A15A3B (or 0xA15A3B) is known color: Sepia. HEX triplet: A1, 5A and 3B. RGB value is (161,90,59). Sum of RGB (Red+Green+Blue) = 161+90+59=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A3B is #5EA5C4. Grayscale: #6B6B6B. Windows color (decimal): -6202821 or 3889825. OLE color: 3889825.

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

Color convert

RGB 161 90 59 -
CMYK 0 0.44 0.63 0.37
HSL 18.24º 0.46% 0.43% -
HSV(B) 18.24º 0.63% 0.63% -
XYZ 19.14 15.21 6.06 -
YUV 107.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 161 90 59 0 0.44 0.63 0.37 18.24 0.46 0.43
Hex A1 5A 3B 0 2C 3F 25 12 2E 2B
Octal 241 132 73 0 54 77 45 22 56 53
Binary 10100001 1011010 111011 0 101100 111111 100101 10010 101110 101011

Color Harmonies of #A15A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A3B

Black with #A15A3B

Text Example


Text Example

White with #A15A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A3B; }

 p { color: rgb(161,90,59); }

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

background-color css

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

 a { background-color: rgb(161,90,59); }

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

border-color css

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

 span { border-color: rgb(161,90,59); }

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