#A46010

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

Shades of Golden Brown #A46010

Tints of Golden Brown #A46010

Color information

#A46010 (or 0xA46010) is unknown color: approx Golden Brown. HEX triplet: A4, 60 and 10. RGB value is (164,96,16). Sum of RGB (Red+Green+Blue) = 164+96+16=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A46010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46010 is #5B9FEF. Grayscale: #6B6B6B. Windows color (decimal): -6004720 or 1073316. OLE color: 1073316.

HSL color Cylindrical-coordinate representation of color #A46010: hue angle of 32.43º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A46010 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1649616-
CMYK00.410.900.36
HSL32.43º82.22%35.29%-
HSV(B)32.43º90.24%64.31%-
XYZ19.5916.32.6-
YUV107.2176.53168.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.42%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 16 (6.64% from 255) = 5.80%
R=59.42%
G=34.78%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164961600.410.900.3632.4382.2235.29
HexA460100295A24205223
Octal24414020051132444012243
Binary10100100110000010000010100110110101001001000001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46010; }

 p { color: rgb(164,96,16); }

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

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

 a { background-color: rgb(164,96,16); }

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

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

 span { border-color: rgb(164,96,16); }

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