Html Css Color HEX #A05841 Sepia

📋 copy color: '#A05841'

red 160 ◦ green 88 ◦ blue 65

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

Shades of Sepia #A05841

Tints of Sepia #A05841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 51.12%
G = 28.12%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A05841 (or 0xA05841) is known color: Sepia. HEX triplet: A0, 58 and 41. RGB value is (160,88,65). Sum of RGB (Red+Green+Blue) = 160+88+65=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A05841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05841 is #5FA7BE. Grayscale: #6B6B6B. Windows color (decimal): -6268863 or 4282528. OLE color: 4282528.

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

Color convert

RGB 160 88 65 -
CMYK 0 0.45 0.59 0.37
HSL 14.53º 0.42% 0.44% -
HSV(B) 14.53º 0.59% 0.63% -
XYZ 18.94 14.83 6.87 -
YUV 106.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 160 88 65 0 0.45 0.59 0.37 14.53 0.42 0.44
Hex A0 58 41 0 2D 3B 25 F 2A 2C
Octal 240 130 101 0 55 73 45 17 52 54
Binary 10100000 1011000 1000001 0 101101 111011 100101 1111 101010 101100

Color Harmonies of #A05841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05841

Black with #A05841

Text Example


Text Example

White with #A05841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05841; }

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

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

background-color css

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

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

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

border-color css

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

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

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