Html Css Color HEX #A16510 Golden Brown

📋 copy color: '#A16510'

red 161 ◦ green 101 ◦ blue 16

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

Shades of Golden Brown #A16510

Tints of Golden Brown #A16510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

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

R = 57.91%
G = 36.33%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A16510 (or 0xA16510) is known color: Golden Brown. HEX triplet: A1, 65 and 10. RGB value is (161,101,16). Sum of RGB (Red+Green+Blue) = 161+101+16=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A16510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16510 is #5E9AEF. Grayscale: #6D6D6D. Windows color (decimal): -6200048 or 1074593. OLE color: 1074593.

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

Color convert

RGB 161 101 16 -
CMYK 0 0.37 0.90 0.37
HSL 35.17º 0.82% 0.35% -
HSV(B) 35.17º 0.9% 0.63% -
XYZ 19.45 16.92 2.73 -
YUV 109.25 75.38 164.91 -
System Red Green Blue C M Y K H S L
Decimal 161 101 16 0 0.37 0.90 0.37 35.17 0.82 0.35
Hex A1 65 10 0 25 5A 25 23 52 23
Octal 241 145 20 0 45 132 45 43 122 43
Binary 10100001 1100101 10000 0 100101 1011010 100101 100011 1010010 100011

Color Harmonies of #A16510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16510

Black with #A16510

Text Example


Text Example

White with #A16510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16510; }

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

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

background-color css

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

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

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

border-color css

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

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

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