Html Css Color HEX #A17411 Golden Brown

📋 copy color: '#A17411'

red 161 ◦ green 116 ◦ blue 17

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

Shades of Golden Brown #A17411

Tints of Golden Brown #A17411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.46%

 BLUE value IS 17 (7.03% from 255) = 5.78%

R = 54.76%
G = 39.46%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A17411 (or 0xA17411) is known color: Golden Brown. HEX triplet: A1, 74 and 11. RGB value is (161,116,17). Sum of RGB (Red+Green+Blue) = 161+116+17=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A17411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17411 is #5E8BEE. Grayscale: #767676. Windows color (decimal): -6196207 or 1143969. OLE color: 1143969.

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

Color convert

RGB 161 116 17 -
CMYK 0 0.28 0.89 0.37
HSL 41.25º 0.81% 0.35% -
HSV(B) 41.25º 0.89% 0.63% -
XYZ 21.04 20.11 3.3 -
YUV 118.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 161 116 17 0 0.28 0.89 0.37 41.25 0.81 0.35
Hex A1 74 11 0 1C 59 25 29 51 23
Octal 241 164 21 0 34 131 45 51 121 43
Binary 10100001 1110100 10001 0 11100 1011001 100101 101001 1010001 100011

Color Harmonies of #A17411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17411

Black with #A17411

Text Example


Text Example

White with #A17411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17411; }

 p { color: rgb(161,116,17); }

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

background-color css

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

 a { background-color: rgb(161,116,17); }

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

border-color css

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

 span { border-color: rgb(161,116,17); }

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