Html Css Color HEX #A16348 Sepia

📋 copy color: '#A16348'

red 161 ◦ green 99 ◦ blue 72

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

Shades of Sepia #A16348

Tints of Sepia #A16348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

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

R = 48.49%
G = 29.82%
B = 21.69%

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

#A16348 (or 0xA16348) is known color: Sepia. HEX triplet: A1, 63 and 48. RGB value is (161,99,72). Sum of RGB (Red+Green+Blue) = 161+99+72=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A16348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16348 is #5E9CB7. Grayscale: #727272. Windows color (decimal): -6200504 or 4744097. OLE color: 4744097.

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

Color convert

RGB 161 99 72 -
CMYK 0 0.39 0.55 0.37
HSL 18.2º 0.38% 0.46% -
HSV(B) 18.2º 0.55% 0.63% -
XYZ 20.33 16.97 8.33 -
YUV 114.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 161 99 72 0 0.39 0.55 0.37 18.2 0.38 0.46
Hex A1 63 48 0 27 37 25 12 26 2E
Octal 241 143 110 0 47 67 45 22 46 56
Binary 10100001 1100011 1001000 0 100111 110111 100101 10010 100110 101110

Color Harmonies of #A16348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16348

Black with #A16348

Text Example


Text Example

White with #A16348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16348; }

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

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

background-color css

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

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

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

border-color css

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

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

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