Html Css Color HEX #A16A10 Golden Brown

📋 copy color: '#A16A10'

red 161 ◦ green 106 ◦ blue 16

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

Shades of Golden Brown #A16A10

Tints of Golden Brown #A16A10

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.46%

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

R = 56.89%
G = 37.46%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A16A10 (or 0xA16A10) is known color: Golden Brown. HEX triplet: A1, 6A and 10. RGB value is (161,106,16). Sum of RGB (Red+Green+Blue) = 161+106+16=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16A10 is #5E95EF. Grayscale: #707070. Windows color (decimal): -6198768 or 1075873. OLE color: 1075873.

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

Color convert

RGB 161 106 16 -
CMYK 0 0.34 0.90 0.37
HSL 37.24º 0.82% 0.35% -
HSV(B) 37.24º 0.9% 0.63% -
XYZ 19.95 17.92 2.9 -
YUV 112.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 161 106 16 0 0.34 0.90 0.37 37.24 0.82 0.35
Hex A1 6A 10 0 22 5A 25 25 52 23
Octal 241 152 20 0 42 132 45 45 122 43
Binary 10100001 1101010 10000 0 100010 1011010 100101 100101 1010010 100011

Color Harmonies of #A16A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16A10

Black with #A16A10

Text Example


Text Example

White with #A16A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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