Html Css Color HEX #A06044 Sepia

📋 copy color: '#A06044'

red 160 ◦ green 96 ◦ blue 68

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

Shades of Sepia #A06044

Tints of Sepia #A06044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 49.38%
G = 29.63%
B = 20.99%

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

#A06044 (or 0xA06044) is known color: Sepia. HEX triplet: A0, 60 and 44. RGB value is (160,96,68). Sum of RGB (Red+Green+Blue) = 160+96+68=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A06044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06044 is #5F9FBB. Grayscale: #707070. Windows color (decimal): -6266812 or 4481184. OLE color: 4481184.

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

Color convert

RGB 160 96 68 -
CMYK 0 0.4 0.57 0.37
HSL 18.26º 0.4% 0.45% -
HSV(B) 18.26º 0.58% 0.63% -
XYZ 19.72 16.26 7.57 -
YUV 111.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 160 96 68 0 0.4 0.57 0.37 18.26 0.4 0.45
Hex A0 60 44 0 28 39 25 12 28 2D
Octal 240 140 104 0 50 71 45 22 50 55
Binary 10100000 1100000 1000100 0 101000 111001 100101 10010 101000 101101

Color Harmonies of #A06044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06044

Black with #A06044

Text Example


Text Example

White with #A06044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06044; }

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

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

background-color css

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

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

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

border-color css

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

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

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