Html Css Color HEX #A16113 Golden Brown

📋 copy color: '#A16113'

red 161 ◦ green 97 ◦ blue 19

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

Shades of Golden Brown #A16113

Tints of Golden Brown #A16113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.02%

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 58.12%
G = 35.02%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A16113 (or 0xA16113) is known color: Golden Brown. HEX triplet: A1, 61 and 13. RGB value is (161,97,19). Sum of RGB (Red+Green+Blue) = 161+97+19=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A16113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16113 is #5E9EEC. Grayscale: #6B6B6B. Windows color (decimal): -6201069 or 1270177. OLE color: 1270177.

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

Color convert

RGB 161 97 19 -
CMYK 0 0.40 0.88 0.37
HSL 32.96º 0.79% 0.35% -
HSV(B) 32.96º 0.88% 0.63% -
XYZ 19.09 16.17 2.73 -
YUV 107.24 78.2 166.34 -
System Red Green Blue C M Y K H S L
Decimal 161 97 19 0 0.40 0.88 0.37 32.96 0.79 0.35
Hex A1 61 13 0 28 58 25 21 4F 23
Octal 241 141 23 0 50 130 45 41 117 43
Binary 10100001 1100001 10011 0 101000 1011000 100101 100001 1001111 100011

Color Harmonies of #A16113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16113

Black with #A16113

Text Example


Text Example

White with #A16113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16113; }

 p { color: rgb(161,97,19); }

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

background-color css

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

 a { background-color: rgb(161,97,19); }

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

border-color css

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

 span { border-color: rgb(161,97,19); }

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