#A1660A

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

Shades of Golden Brown #A1660A

Tints of Golden Brown #A1660A

Color information

#A1660A (or 0xA1660A) is unknown color: approx Golden Brown. HEX triplet: A1, 66 and 0A. RGB value is (161,102,10). Sum of RGB (Red+Green+Blue) = 161+102+10=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1660A is #5E99F5. Grayscale: #6D6D6D. Windows color (decimal): -6199798 or 681633. OLE color: 681633.

HSL color Cylindrical-coordinate representation of color #A1660A: hue angle of 36.56º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1660A is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB16110210-
CMYK00.370.940.37
HSL36.56º88.3%33.53%-
HSV(B)36.56º93.79%63.14%-
XYZ19.517.12.56-
YUV109.1572.05164.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.97%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 10 (4.30% from 255) = 3.66%
R=58.97%
G=37.36%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611021000.370.940.3736.5688.333.53
HexA166A0255E25255822
Octal24114612045136454513042
Binary1010000111001101010010010110111101001011001011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1660A; }

 p { color: rgb(161,102,10); }

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

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

 a { background-color: rgb(161,102,10); }

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

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

 span { border-color: rgb(161,102,10); }

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