Html Css Color HEX #A05C45 Sepia

📋 copy color: '#A05C45'

red 160 ◦ green 92 ◦ blue 69

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

Shades of Sepia #A05C45

Tints of Sepia #A05C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.5%

R = 49.84%
G = 28.66%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A05C45 (or 0xA05C45) is known color: Sepia. HEX triplet: A0, 5C and 45. RGB value is (160,92,69). Sum of RGB (Red+Green+Blue) = 160+92+69=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C45 is #5FA3BA. Grayscale: #6D6D6D. Windows color (decimal): -6267835 or 4545696. OLE color: 4545696.

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

Color convert

RGB 160 92 69 -
CMYK 0 0.43 0.57 0.37
HSL 15.16º 0.4% 0.45% -
HSV(B) 15.16º 0.57% 0.63% -
XYZ 19.4 15.56 7.61 -
YUV 109.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 160 92 69 0 0.43 0.57 0.37 15.16 0.4 0.45
Hex A0 5C 45 0 2B 39 25 F 28 2D
Octal 240 134 105 0 53 71 45 17 50 55
Binary 10100000 1011100 1000101 0 101011 111001 100101 1111 101000 101101

Color Harmonies of #A05C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C45

Black with #A05C45

Text Example


Text Example

White with #A05C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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