Html Css Color HEX #A16044 Sepia

📋 copy color: '#A16044'

red 161 ◦ green 96 ◦ blue 68

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

Shades of Sepia #A16044

Tints of Sepia #A16044

RGB

 RED value IS 161 (63.28% from 255) = 49.54%

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

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

R = 49.54%
G = 29.54%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A16044 (or 0xA16044) is known color: Sepia. HEX triplet: A1, 60 and 44. RGB value is (161,96,68). Sum of RGB (Red+Green+Blue) = 161+96+68=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A16044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16044 is #5E9FBB. Grayscale: #707070. Windows color (decimal): -6201276 or 4481185. OLE color: 4481185.

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

Color convert

RGB 161 96 68 -
CMYK 0 0.40 0.58 0.37
HSL 18.06º 0.41% 0.45% -
HSV(B) 18.06º 0.58% 0.63% -
XYZ 19.92 16.36 7.58 -
YUV 112.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 161 96 68 0 0.40 0.58 0.37 18.06 0.41 0.45
Hex A1 60 44 0 28 3A 25 12 29 2D
Octal 241 140 104 0 50 72 45 22 51 55
Binary 10100001 1100000 1000100 0 101000 111010 100101 10010 101001 101101

Color Harmonies of #A16044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16044

Black with #A16044

Text Example


Text Example

White with #A16044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16044; }

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

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

background-color css

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

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

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

border-color css

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

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

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