Html Css Color HEX #A16710 Golden Brown

📋 copy color: '#A16710'

red 161 ◦ green 103 ◦ blue 16

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

Shades of Golden Brown #A16710

Tints of Golden Brown #A16710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.71%

R = 57.5%
G = 36.79%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A16710 (or 0xA16710) is known color: Golden Brown. HEX triplet: A1, 67 and 10. RGB value is (161,103,16). Sum of RGB (Red+Green+Blue) = 161+103+16=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A16710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16710 is #5E98EF. Grayscale: #6E6E6E. Windows color (decimal): -6199536 or 1075105. OLE color: 1075105.

HSL color Cylindrical-coordinate representation of color #A16710: hue angle of 36º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A16710 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 103 16 -
CMYK 0 0.36 0.90 0.37
HSL 36º 0.82% 0.35% -
HSV(B) 36º 0.9% 0.63% -
XYZ 19.64 17.31 2.8 -
YUV 110.42 74.72 164.07 -
System Red Green Blue C M Y K H S L
Decimal 161 103 16 0 0.36 0.90 0.37 36 0.82 0.35
Hex A1 67 10 0 24 5A 25 24 52 23
Octal 241 147 20 0 44 132 45 44 122 43
Binary 10100001 1100111 10000 0 100100 1011010 100101 100100 1010010 100011

Color Harmonies of #A16710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16710

Black with #A16710

Text Example


Text Example

White with #A16710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16710; }

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

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

background-color css

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

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

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

border-color css

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

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

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