#A9661B

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

Shades of Golden Brown #A9661B

Tints of Golden Brown #A9661B

Color information

#A9661B (or 0xA9661B) is unknown color: approx Golden Brown. HEX triplet: A9, 66 and 1B. RGB value is (169,102,27). Sum of RGB (Red+Green+Blue) = 169+102+27=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A9661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9661B is #5699E4. Grayscale: #717171. Windows color (decimal): -5675493 or 1795753. OLE color: 1795753.

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

Color convert

RGB16910227-
CMYK00.400.840.34
HSL31.69º72.45%38.43%-
HSV(B)31.69º84.02%66.27%-
XYZ21.3118.023.39-
YUV113.4879.2167.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.71%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 27 (10.94% from 255) = 9.06%
R=56.71%
G=34.23%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691022700.400.840.3431.6972.4538.43
HexA9661B0285422204826
Octal25114633050124424011046
Binary10101001110011011011010100010101001000101000001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9661B; }

 p { color: rgb(169,102,27); }

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

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

 a { background-color: rgb(169,102,27); }

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

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

 span { border-color: rgb(169,102,27); }

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