#A46013

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

Shades of Golden Brown #A46013

Tints of Golden Brown #A46013

Color information

#A46013 (or 0xA46013) is unknown color: approx Golden Brown. HEX triplet: A4, 60 and 13. RGB value is (164,96,19). Sum of RGB (Red+Green+Blue) = 164+96+19=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A46013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46013 is #5B9FEC. Grayscale: #6B6B6B. Windows color (decimal): -6004717 or 1269924. OLE color: 1269924.

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

Color convert

RGB1649619-
CMYK00.410.880.36
HSL31.86º79.23%35.88%-
HSV(B)31.86º88.41%64.31%-
XYZ19.6116.312.73-
YUV107.5578.03168.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.78%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=58.78%
G=34.41%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164961900.410.880.3631.8679.2335.88
HexA460130295824204f24
Octal24414023051130444011744
Binary10100100110000010011010100110110001001001000001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46013; }

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

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

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

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

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

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

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

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