Html Css Color HEX #A1533F Sepia

📋 copy color: '#A1533F'

red 161 ◦ green 83 ◦ blue 63

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

Shades of Sepia #A1533F

Tints of Sepia #A1533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

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

R = 52.44%
G = 27.04%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1533F (or 0xA1533F) is known color: Sepia. HEX triplet: A1, 53 and 3F. RGB value is (161,83,63). Sum of RGB (Red+Green+Blue) = 161+83+63=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1533F is #5EACC0. Grayscale: #686868. Windows color (decimal): -6204609 or 4150177. OLE color: 4150177.

HSL color Cylindrical-coordinate representation of color #A1533F: hue angle of 12.24º 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 #A1533F is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 83 63 -
CMYK 0 0.48 0.61 0.37
HSL 12.24º 0.44% 0.44% -
HSV(B) 12.24º 0.61% 0.63% -
XYZ 18.69 14.12 6.44 -
YUV 104.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 161 83 63 0 0.48 0.61 0.37 12.24 0.44 0.44
Hex A1 53 3F 0 30 3D 25 C 2C 2C
Octal 241 123 77 0 60 75 45 14 54 54
Binary 10100001 1010011 111111 0 110000 111101 100101 1100 101100 101100

Color Harmonies of #A1533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1533F

Black with #A1533F

Text Example


Text Example

White with #A1533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1533F; }

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

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

background-color css

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

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

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

border-color css

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

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

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