Html Css Color HEX #A86711 Golden Brown

📋 copy color: '#A86711'

red 168 ◦ green 103 ◦ blue 17

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

Shades of Golden Brown #A86711

Tints of Golden Brown #A86711

RGB

 RED value IS 168 (66.02% from 255) = 58.33%

 GREEN value IS 103 (40.63% from 255) = 35.76%

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

R = 58.33%
G = 35.76%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A86711 (or 0xA86711) is known color: Golden Brown. HEX triplet: A8, 67 and 11. RGB value is (168,103,17). Sum of RGB (Red+Green+Blue) = 168+103+17=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A86711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86711 is #5798EE. Grayscale: #717171. Windows color (decimal): -5740783 or 1140648. OLE color: 1140648.

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

Color convert

RGB 168 103 17 -
CMYK 0 0.39 0.90 0.34
HSL 34.17º 0.82% 0.36% -
HSV(B) 34.17º 0.9% 0.66% -
XYZ 21.1 18.07 2.91 -
YUV 112.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 168 103 17 0 0.39 0.90 0.34 34.17 0.82 0.36
Hex A8 67 11 0 27 5A 22 22 52 24
Octal 250 147 21 0 47 132 42 42 122 44
Binary 10101000 1100111 10001 0 100111 1011010 100010 100010 1010010 100100

Color Harmonies of #A86711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86711

Black with #A86711

Text Example


Text Example

White with #A86711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86711; }

 p { color: rgb(168,103,17); }

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

background-color css

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

 a { background-color: rgb(168,103,17); }

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

border-color css

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

 span { border-color: rgb(168,103,17); }

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