Html Css Color HEX #A05340 Sepia

📋 copy color: '#A05340'

red 160 ◦ green 83 ◦ blue 64

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

Shades of Sepia #A05340

Tints of Sepia #A05340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 52.12%
G = 27.04%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A05340 (or 0xA05340) is known color: Sepia. HEX triplet: A0, 53 and 40. RGB value is (160,83,64). Sum of RGB (Red+Green+Blue) = 160+83+64=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A05340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05340 is #5FACBF. Grayscale: #686868. Windows color (decimal): -6270144 or 4215712. OLE color: 4215712.

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

Color convert

RGB 160 83 64 -
CMYK 0 0.48 0.6 0.37
HSL 11.88º 0.43% 0.44% -
HSV(B) 11.88º 0.6% 0.63% -
XYZ 18.52 14.03 6.58 -
YUV 103.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 160 83 64 0 0.48 0.6 0.37 11.88 0.43 0.44
Hex A0 53 40 0 30 3C 25 C 2B 2C
Octal 240 123 100 0 60 74 45 14 53 54
Binary 10100000 1010011 1000000 0 110000 111100 100101 1100 101011 101100

Color Harmonies of #A05340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05340

Black with #A05340

Text Example


Text Example

White with #A05340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05340; }

 p { color: rgb(160,83,64); }

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

background-color css

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

 a { background-color: rgb(160,83,64); }

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

border-color css

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

 span { border-color: rgb(160,83,64); }

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