Html Css Color HEX #A16748 Dark Tan

📋 copy color: '#A16748'

red 161 ◦ green 103 ◦ blue 72

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

Shades of Dark Tan #A16748

Tints of Dark Tan #A16748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

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

R = 47.92%
G = 30.65%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A16748 (or 0xA16748) is known color: Dark Tan. HEX triplet: A1, 67 and 48. RGB value is (161,103,72). Sum of RGB (Red+Green+Blue) = 161+103+72=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A16748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16748 is #5E98B7. Grayscale: #747474. Windows color (decimal): -6199480 or 4745121. OLE color: 4745121.

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

Color convert

RGB 161 103 72 -
CMYK 0 0.36 0.55 0.37
HSL 20.9º 0.38% 0.46% -
HSV(B) 20.9º 0.55% 0.63% -
XYZ 20.72 17.75 8.46 -
YUV 116.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 161 103 72 0 0.36 0.55 0.37 20.9 0.38 0.46
Hex A1 67 48 0 24 37 25 15 26 2E
Octal 241 147 110 0 44 67 45 25 46 56
Binary 10100001 1100111 1001000 0 100100 110111 100101 10101 100110 101110

Color Harmonies of #A16748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16748

Black with #A16748

Text Example


Text Example

White with #A16748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16748; }

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

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

background-color css

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

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

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

border-color css

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

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

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