Html Css Color HEX #A1583F Sepia

📋 copy color: '#A1583F'

red 161 ◦ green 88 ◦ blue 63

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

Shades of Sepia #A1583F

Tints of Sepia #A1583F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.19%

R = 51.6%
G = 28.21%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1583F (or 0xA1583F) is known color: Sepia. HEX triplet: A1, 58 and 3F. RGB value is (161,88,63). Sum of RGB (Red+Green+Blue) = 161+88+63=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A1583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1583F is #5EA7C0. Grayscale: #6B6B6B. Windows color (decimal): -6203329 or 4151457. OLE color: 4151457.

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

Color convert

RGB 161 88 63 -
CMYK 0 0.45 0.61 0.37
HSL 15.31º 0.44% 0.44% -
HSV(B) 15.31º 0.61% 0.63% -
XYZ 19.08 14.92 6.58 -
YUV 106.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 161 88 63 0 0.45 0.61 0.37 15.31 0.44 0.44
Hex A1 58 3F 0 2D 3D 25 F 2C 2C
Octal 241 130 77 0 55 75 45 17 54 54
Binary 10100001 1011000 111111 0 101101 111101 100101 1111 101100 101100

Color Harmonies of #A1583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1583F

Black with #A1583F

Text Example


Text Example

White with #A1583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1583F; }

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

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

background-color css

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

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

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

border-color css

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

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

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