Html Css Color HEX #A0583B Sepia

📋 copy color: '#A0583B'

red 160 ◦ green 88 ◦ blue 59

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

Shades of Sepia #A0583B

Tints of Sepia #A0583B

RGB

 RED value IS 160 (62.89% from 255) = 52.12%

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

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

R = 52.12%
G = 28.66%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A0583B (or 0xA0583B) is known color: Sepia. HEX triplet: A0, 58 and 3B. RGB value is (160,88,59). Sum of RGB (Red+Green+Blue) = 160+88+59=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0583B is #5FA7C4. Grayscale: #6A6A6A. Windows color (decimal): -6268869 or 3889312. OLE color: 3889312.

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

Color convert

RGB 160 88 59 -
CMYK 0 0.45 0.63 0.37
HSL 17.23º 0.46% 0.43% -
HSV(B) 17.23º 0.63% 0.63% -
XYZ 18.78 14.77 6 -
YUV 106.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 160 88 59 0 0.45 0.63 0.37 17.23 0.46 0.43
Hex A0 58 3B 0 2D 3F 25 11 2E 2B
Octal 240 130 73 0 55 77 45 21 56 53
Binary 10100000 1011000 111011 0 101101 111111 100101 10001 101110 101011

Color Harmonies of #A0583B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0583B

Black with #A0583B

Text Example


Text Example

White with #A0583B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0583B; }

 p { color: rgb(160,88,59); }

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

background-color css

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

 a { background-color: rgb(160,88,59); }

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

border-color css

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

 span { border-color: rgb(160,88,59); }

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