Html Css Color HEX #A05641 Sepia

📋 copy color: '#A05641'

red 160 ◦ green 86 ◦ blue 65

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

Shades of Sepia #A05641

Tints of Sepia #A05641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

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

R = 51.45%
G = 27.65%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A05641 (or 0xA05641) is known color: Sepia. HEX triplet: A0, 56 and 41. RGB value is (160,86,65). Sum of RGB (Red+Green+Blue) = 160+86+65=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A05641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05641 is #5FA9BE. Grayscale: #696969. Windows color (decimal): -6269375 or 4282016. OLE color: 4282016.

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

Color convert

RGB 160 86 65 -
CMYK 0 0.46 0.59 0.37
HSL 13.26º 0.42% 0.44% -
HSV(B) 13.26º 0.59% 0.63% -
XYZ 18.78 14.51 6.81 -
YUV 105.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 160 86 65 0 0.46 0.59 0.37 13.26 0.42 0.44
Hex A0 56 41 0 2E 3B 25 D 2A 2C
Octal 240 126 101 0 56 73 45 15 52 54
Binary 10100000 1010110 1000001 0 101110 111011 100101 1101 101010 101100

Color Harmonies of #A05641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05641

Black with #A05641

Text Example


Text Example

White with #A05641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05641; }

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

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

background-color css

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

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

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

border-color css

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

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

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