Html Css Color HEX #A16310 Golden Brown

📋 copy color: '#A16310'

red 161 ◦ green 99 ◦ blue 16

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

Shades of Golden Brown #A16310

Tints of Golden Brown #A16310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.87%

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

R = 58.33%
G = 35.87%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A16310 (or 0xA16310) is known color: Golden Brown. HEX triplet: A1, 63 and 10. RGB value is (161,99,16). Sum of RGB (Red+Green+Blue) = 161+99+16=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A16310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16310 is #5E9CEF. Grayscale: #6C6C6C. Windows color (decimal): -6200560 or 1074081. OLE color: 1074081.

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

Color convert

RGB 161 99 16 -
CMYK 0 0.39 0.90 0.37
HSL 34.34º 0.82% 0.35% -
HSV(B) 34.34º 0.9% 0.63% -
XYZ 19.25 16.54 2.67 -
YUV 108.08 76.04 165.75 -
System Red Green Blue C M Y K H S L
Decimal 161 99 16 0 0.39 0.90 0.37 34.34 0.82 0.35
Hex A1 63 10 0 27 5A 25 22 52 23
Octal 241 143 20 0 47 132 45 42 122 43
Binary 10100001 1100011 10000 0 100111 1011010 100101 100010 1010010 100011

Color Harmonies of #A16310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16310

Black with #A16310

Text Example


Text Example

White with #A16310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16310; }

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

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

background-color css

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

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

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

border-color css

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

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

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