#A9681E

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

Shades of Golden Brown #A9681E

Tints of Golden Brown #A9681E

Color information

#A9681E (or 0xA9681E) is unknown color: approx Golden Brown. HEX triplet: A9, 68 and 1E. RGB value is (169,104,30). Sum of RGB (Red+Green+Blue) = 169+104+30=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A9681E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9681E is #5697E1. Grayscale: #737373. Windows color (decimal): -5674978 or 1992873. OLE color: 1992873.

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

Color convert

RGB16910430-
CMYK00.380.820.34
HSL31.94º69.85%39.02%-
HSV(B)31.94º82.25%66.27%-
XYZ21.5518.433.65-
YUV11580.03166.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.78%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=55.78%
G=34.32%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691043000.380.820.3431.9469.8539.02
HexA9681E0265222204627
Octal25115036046122424010647
Binary10101001110100011110010011010100101000101000001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9681E; }

 p { color: rgb(169,104,30); }

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

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

 a { background-color: rgb(169,104,30); }

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

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

 span { border-color: rgb(169,104,30); }

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