Html Css Color HEX #A07411 Golden Brown

📋 copy color: '#A07411'

red 160 ◦ green 116 ◦ blue 17

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

Shades of Golden Brown #A07411

Tints of Golden Brown #A07411

RGB

 RED value IS 160 (62.89% from 255) = 54.61%

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

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

R = 54.61%
G = 39.59%
B = 5.8%

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

#A07411 (or 0xA07411) is known color: Golden Brown. HEX triplet: A0, 74 and 11. RGB value is (160,116,17). Sum of RGB (Red+Green+Blue) = 160+116+17=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A07411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07411 is #5F8BEE. Grayscale: #767676. Windows color (decimal): -6261743 or 1143968. OLE color: 1143968.

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

Color convert

RGB 160 116 17 -
CMYK 0 0.28 0.89 0.37
HSL 41.54º 0.81% 0.35% -
HSV(B) 41.54º 0.89% 0.63% -
XYZ 20.84 20 3.29 -
YUV 117.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 160 116 17 0 0.28 0.89 0.37 41.54 0.81 0.35
Hex A0 74 11 0 1C 59 25 2A 51 23
Octal 240 164 21 0 34 131 45 52 121 43
Binary 10100000 1110100 10001 0 11100 1011001 100101 101010 1010001 100011

Color Harmonies of #A07411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07411

Black with #A07411

Text Example


Text Example

White with #A07411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07411; }

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

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

background-color css

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

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

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

border-color css

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

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

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