Html Css Color HEX #A16043 Sepia

📋 copy color: '#A16043'

red 161 ◦ green 96 ◦ blue 67

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

Shades of Sepia #A16043

Tints of Sepia #A16043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.68%

R = 49.69%
G = 29.63%
B = 20.68%

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

#A16043 (or 0xA16043) is known color: Sepia. HEX triplet: A1, 60 and 43. RGB value is (161,96,67). Sum of RGB (Red+Green+Blue) = 161+96+67=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A16043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16043 is #5E9FBC. Grayscale: #707070. Windows color (decimal): -6201277 or 4415649. OLE color: 4415649.

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

Color convert

RGB 161 96 67 -
CMYK 0 0.40 0.58 0.37
HSL 18.51º 0.41% 0.45% -
HSV(B) 18.51º 0.58% 0.63% -
XYZ 19.89 16.35 7.42 -
YUV 112.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 161 96 67 0 0.40 0.58 0.37 18.51 0.41 0.45
Hex A1 60 43 0 28 3A 25 13 29 2D
Octal 241 140 103 0 50 72 45 23 51 55
Binary 10100001 1100000 1000011 0 101000 111010 100101 10011 101001 101101

Color Harmonies of #A16043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16043

Black with #A16043

Text Example


Text Example

White with #A16043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16043; }

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

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

background-color css

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

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

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

border-color css

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

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

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