Html Css Color HEX #A97411 Golden Brown

📋 copy color: '#A97411'

red 169 ◦ green 116 ◦ blue 17

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

Shades of Golden Brown #A97411

Tints of Golden Brown #A97411

RGB

 RED value IS 169 (66.41% from 255) = 55.96%

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

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

R = 55.96%
G = 38.41%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A97411 (or 0xA97411) is known color: Golden Brown. HEX triplet: A9, 74 and 11. RGB value is (169,116,17). Sum of RGB (Red+Green+Blue) = 169+116+17=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A97411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97411 is #568BEE. Grayscale: #797979. Windows color (decimal): -5671919 or 1143977. OLE color: 1143977.

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

Color convert

RGB 169 116 17 -
CMYK 0 0.31 0.90 0.34
HSL 39.08º 0.82% 0.36% -
HSV(B) 39.08º 0.9% 0.66% -
XYZ 22.71 20.97 3.38 -
YUV 120.56 69.56 162.55 -
System Red Green Blue C M Y K H S L
Decimal 169 116 17 0 0.31 0.90 0.34 39.08 0.82 0.36
Hex A9 74 11 0 1F 5A 22 27 52 24
Octal 251 164 21 0 37 132 42 47 122 44
Binary 10101001 1110100 10001 0 11111 1011010 100010 100111 1010010 100100

Color Harmonies of #A97411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97411

Black with #A97411

Text Example


Text Example

White with #A97411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97411; }

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

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

background-color css

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

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

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

border-color css

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

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

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