Html Css Color HEX #A05E46 Sepia

📋 copy color: '#A05E46'

red 160 ◦ green 94 ◦ blue 70

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

Shades of Sepia #A05E46

Tints of Sepia #A05E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.01%

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 49.38%
G = 29.01%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A05E46 (or 0xA05E46) is known color: Sepia. HEX triplet: A0, 5E and 46. RGB value is (160,94,70). Sum of RGB (Red+Green+Blue) = 160+94+70=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05E46 is #5FA1B9. Grayscale: #6F6F6F. Windows color (decimal): -6267322 or 4611744. OLE color: 4611744.

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

Color convert

RGB 160 94 70 -
CMYK 0 0.41 0.56 0.37
HSL 16º 0.39% 0.45% -
HSV(B) 16º 0.56% 0.63% -
XYZ 19.61 15.92 7.83 -
YUV 111 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 160 94 70 0 0.41 0.56 0.37 16 0.39 0.45
Hex A0 5E 46 0 29 38 25 10 27 2D
Octal 240 136 106 0 51 70 45 20 47 55
Binary 10100000 1011110 1000110 0 101001 111000 100101 10000 100111 101101

Color Harmonies of #A05E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05E46

Black with #A05E46

Text Example


Text Example

White with #A05E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05E46; }

 p { color: rgb(160,94,70); }

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

background-color css

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

 a { background-color: rgb(160,94,70); }

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

border-color css

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

 span { border-color: rgb(160,94,70); }

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