Html Css Color HEX #A05945 Sepia

📋 copy color: '#A05945'

red 160 ◦ green 89 ◦ blue 69

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

Shades of Sepia #A05945

Tints of Sepia #A05945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.99%

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

R = 50.31%
G = 27.99%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A05945 (or 0xA05945) is known color: Sepia. HEX triplet: A0, 59 and 45. RGB value is (160,89,69). Sum of RGB (Red+Green+Blue) = 160+89+69=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A05945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05945 is #5FA6BA. Grayscale: #6C6C6C. Windows color (decimal): -6268603 or 4544928. OLE color: 4544928.

HSL color Cylindrical-coordinate representation of color #A05945: hue angle of 13.19º 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 #A05945 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 69 -
CMYK 0 0.44 0.57 0.37
HSL 13.19º 0.4% 0.45% -
HSV(B) 13.19º 0.57% 0.63% -
XYZ 19.14 15.05 7.53 -
YUV 107.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 160 89 69 0 0.44 0.57 0.37 13.19 0.4 0.45
Hex A0 59 45 0 2C 39 25 D 28 2D
Octal 240 131 105 0 54 71 45 15 50 55
Binary 10100000 1011001 1000101 0 101100 111001 100101 1101 101000 101101

Color Harmonies of #A05945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05945

Black with #A05945

Text Example


Text Example

White with #A05945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05945; }

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

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

background-color css

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

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

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

border-color css

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

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

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