Html Css Color HEX #A05C3E Sepia

📋 copy color: '#A05C3E'

red 160 ◦ green 92 ◦ blue 62

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

Shades of Sepia #A05C3E

Tints of Sepia #A05C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.75%

R = 50.96%
G = 29.3%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A05C3E (or 0xA05C3E) is known color: Sepia. HEX triplet: A0, 5C and 3E. RGB value is (160,92,62). Sum of RGB (Red+Green+Blue) = 160+92+62=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C3E is #5FA3C1. Grayscale: #6D6D6D. Windows color (decimal): -6267842 or 4086944. OLE color: 4086944.

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

Color convert

RGB 160 92 62 -
CMYK 0 0.43 0.61 0.37
HSL 18.37º 0.44% 0.44% -
HSV(B) 18.37º 0.61% 0.63% -
XYZ 19.19 15.48 6.53 -
YUV 108.91 101.53 164.44 -
System Red Green Blue C M Y K H S L
Decimal 160 92 62 0 0.43 0.61 0.37 18.37 0.44 0.44
Hex A0 5C 3E 0 2B 3D 25 12 2C 2C
Octal 240 134 76 0 53 75 45 22 54 54
Binary 10100000 1011100 111110 0 101011 111101 100101 10010 101100 101100

Color Harmonies of #A05C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C3E

Black with #A05C3E

Text Example


Text Example

White with #A05C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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