#A86719

Color #A86719 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A86719

Tints of Golden Brown #A86719

Color information

#A86719 (or 0xA86719) is unknown color: approx Golden Brown. HEX triplet: A8, 67 and 19. RGB value is (168,103,25). Sum of RGB (Red+Green+Blue) = 168+103+25=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A86719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86719 is #5798E6. Grayscale: #717171. Windows color (decimal): -5740775 or 1664936. OLE color: 1664936.

HSL color Cylindrical-coordinate representation of color #A86719: hue angle of 32.73º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A86719 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB16810325-
CMYK00.390.850.34
HSL32.73º74.09%37.84%-
HSV(B)32.73º85.12%65.88%-
XYZ21.1718.13.3-
YUV113.5478.03166.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.76%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 25 (10.16% from 255) = 8.45%
R=56.76%
G=34.80%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681032500.390.850.3432.7374.0937.84
HexA867190275522214a26
Octal25014731047125424111246
Binary10101000110011111001010011110101011000101000011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86719; }

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

 H1.HeaderClassName
 {
   color: #A86719;
 }
 .AnyTagClassName
 {
   color: #A86719;
 }
</style>
background-color css

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

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

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

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

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

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