Html Css Color HEX #A05C3D Sepia

📋 copy color: '#A05C3D'

red 160 ◦ green 92 ◦ blue 61

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

Shades of Sepia #A05C3D

Tints of Sepia #A05C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 51.12%
G = 29.39%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A05C3D (or 0xA05C3D) is known color: Sepia. HEX triplet: A0, 5C and 3D. RGB value is (160,92,61). Sum of RGB (Red+Green+Blue) = 160+92+61=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C3D is #5FA3C2. Grayscale: #6C6C6C. Windows color (decimal): -6267843 or 4021408. OLE color: 4021408.

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

Color convert

RGB 160 92 61 -
CMYK 0 0.43 0.62 0.37
HSL 18.79º 0.45% 0.43% -
HSV(B) 18.79º 0.62% 0.63% -
XYZ 19.17 15.46 6.39 -
YUV 108.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 160 92 61 0 0.43 0.62 0.37 18.79 0.45 0.43
Hex A0 5C 3D 0 2B 3E 25 13 2D 2B
Octal 240 134 75 0 53 76 45 23 55 53
Binary 10100000 1011100 111101 0 101011 111110 100101 10011 101101 101011

Color Harmonies of #A05C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C3D

Black with #A05C3D

Text Example


Text Example

White with #A05C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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