Html Css Color HEX #A16248 Sepia

📋 copy color: '#A16248'

red 161 ◦ green 98 ◦ blue 72

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

Shades of Sepia #A16248

Tints of Sepia #A16248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 48.64%
G = 29.61%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A16248 (or 0xA16248) is known color: Sepia. HEX triplet: A1, 62 and 48. RGB value is (161,98,72). Sum of RGB (Red+Green+Blue) = 161+98+72=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A16248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16248 is #5E9DB7. Grayscale: #727272. Windows color (decimal): -6200760 or 4743841. OLE color: 4743841.

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

Color convert

RGB 161 98 72 -
CMYK 0 0.39 0.55 0.37
HSL 17.53º 0.38% 0.46% -
HSV(B) 17.53º 0.55% 0.63% -
XYZ 20.24 16.78 8.3 -
YUV 113.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 161 98 72 0 0.39 0.55 0.37 17.53 0.38 0.46
Hex A1 62 48 0 27 37 25 12 26 2E
Octal 241 142 110 0 47 67 45 22 46 56
Binary 10100001 1100010 1001000 0 100111 110111 100101 10010 100110 101110

Color Harmonies of #A16248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16248

Black with #A16248

Text Example


Text Example

White with #A16248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16248; }

 p { color: rgb(161,98,72); }

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

background-color css

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

 a { background-color: rgb(161,98,72); }

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

border-color css

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

 span { border-color: rgb(161,98,72); }

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