Html Css Color HEX #A05C41 Sepia

📋 copy color: '#A05C41'

red 160 ◦ green 92 ◦ blue 65

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

Shades of Sepia #A05C41

Tints of Sepia #A05C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

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

R = 50.47%
G = 29.02%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A05C41 (or 0xA05C41) is known color: Sepia. HEX triplet: A0, 5C and 41. RGB value is (160,92,65). Sum of RGB (Red+Green+Blue) = 160+92+65=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C41 is #5FA3BE. Grayscale: #6D6D6D. Windows color (decimal): -6267839 or 4283552. OLE color: 4283552.

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

Color convert

RGB 160 92 65 -
CMYK 0 0.43 0.59 0.37
HSL 17.05º 0.42% 0.44% -
HSV(B) 17.05º 0.59% 0.63% -
XYZ 19.28 15.51 6.98 -
YUV 109.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 160 92 65 0 0.43 0.59 0.37 17.05 0.42 0.44
Hex A0 5C 41 0 2B 3B 25 11 2A 2C
Octal 240 134 101 0 53 73 45 21 52 54
Binary 10100000 1011100 1000001 0 101011 111011 100101 10001 101010 101100

Color Harmonies of #A05C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C41

Black with #A05C41

Text Example


Text Example

White with #A05C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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