Html Css Color HEX #A16047 Sepia

📋 copy color: '#A16047'

red 161 ◦ green 96 ◦ blue 71

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

Shades of Sepia #A16047

Tints of Sepia #A16047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.65%

R = 49.09%
G = 29.27%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A16047 (or 0xA16047) is known color: Sepia. HEX triplet: A1, 60 and 47. RGB value is (161,96,71). Sum of RGB (Red+Green+Blue) = 161+96+71=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A16047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16047 is #5E9FB8. Grayscale: #707070. Windows color (decimal): -6201273 or 4677793. OLE color: 4677793.

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

Color convert

RGB 161 96 71 -
CMYK 0 0.40 0.56 0.37
HSL 16.67º 0.39% 0.45% -
HSV(B) 16.67º 0.56% 0.63% -
XYZ 20.02 16.4 8.07 -
YUV 112.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 161 96 71 0 0.40 0.56 0.37 16.67 0.39 0.45
Hex A1 60 47 0 28 38 25 11 27 2D
Octal 241 140 107 0 50 70 45 21 47 55
Binary 10100001 1100000 1000111 0 101000 111000 100101 10001 100111 101101

Color Harmonies of #A16047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16047

Black with #A16047

Text Example


Text Example

White with #A16047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16047; }

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

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

background-color css

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

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

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

border-color css

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

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

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