Html Css Color HEX #A06045 Sepia

📋 copy color: '#A06045'

red 160 ◦ green 96 ◦ blue 69

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

Shades of Sepia #A06045

Tints of Sepia #A06045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 49.23%
G = 29.54%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A06045 (or 0xA06045) is known color: Sepia. HEX triplet: A0, 60 and 45. RGB value is (160,96,69). Sum of RGB (Red+Green+Blue) = 160+96+69=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A06045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06045 is #5F9FBA. Grayscale: #707070. Windows color (decimal): -6266811 or 4546720. OLE color: 4546720.

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

Color convert

RGB 160 96 69 -
CMYK 0 0.4 0.57 0.37
HSL 17.8º 0.4% 0.45% -
HSV(B) 17.8º 0.57% 0.63% -
XYZ 19.75 16.27 7.73 -
YUV 112.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 160 96 69 0 0.4 0.57 0.37 17.8 0.4 0.45
Hex A0 60 45 0 28 39 25 12 28 2D
Octal 240 140 105 0 50 71 45 22 50 55
Binary 10100000 1100000 1000101 0 101000 111001 100101 10010 101000 101101

Color Harmonies of #A06045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06045

Black with #A06045

Text Example


Text Example

White with #A06045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06045; }

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

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

background-color css

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

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

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

border-color css

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

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

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