Html Css Color HEX #A05D3F Sepia

📋 copy color: '#A05D3F'

red 160 ◦ green 93 ◦ blue 63

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

Shades of Sepia #A05D3F

Tints of Sepia #A05D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.43%

 BLUE value IS 63 (25% from 255) = 19.94%

R = 50.63%
G = 29.43%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A05D3F (or 0xA05D3F) is known color: Sepia. HEX triplet: A0, 5D and 3F. RGB value is (160,93,63). Sum of RGB (Red+Green+Blue) = 160+93+63=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05D3F is #5FA2C0. Grayscale: #6D6D6D. Windows color (decimal): -6267585 or 4152736. OLE color: 4152736.

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

Color convert

RGB 160 93 63 -
CMYK 0 0.42 0.61 0.37
HSL 18.56º 0.43% 0.44% -
HSV(B) 18.56º 0.61% 0.63% -
XYZ 19.31 15.66 6.71 -
YUV 109.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 160 93 63 0 0.42 0.61 0.37 18.56 0.43 0.44
Hex A0 5D 3F 0 2A 3D 25 13 2B 2C
Octal 240 135 77 0 52 75 45 23 53 54
Binary 10100000 1011101 111111 0 101010 111101 100101 10011 101011 101100

Color Harmonies of #A05D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05D3F

Black with #A05D3F

Text Example


Text Example

White with #A05D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05D3F; }

 p { color: rgb(160,93,63); }

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

background-color css

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

 a { background-color: rgb(160,93,63); }

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

border-color css

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

 span { border-color: rgb(160,93,63); }

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