#A46F1C

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

Shades of Golden Brown #A46F1C

Tints of Golden Brown #A46F1C

Color information

#A46F1C (or 0xA46F1C) is unknown color: approx Golden Brown. HEX triplet: A4, 6F and 1C. RGB value is (164,111,28). Sum of RGB (Red+Green+Blue) = 164+111+28=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F1C is #5B90E3. Grayscale: #757575. Windows color (decimal): -6000868 or 1863588. OLE color: 1863588.

HSL color Cylindrical-coordinate representation of color #A46F1C: hue angle of 36.62º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A46F1C is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB16411128-
CMYK00.320.830.36
HSL36.62º70.83%37.65%-
HSV(B)36.62º82.93%64.31%-
XYZ21.219.353.72-
YUV117.3877.56161.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.13%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 28 (11.33% from 255) = 9.24%
R=54.13%
G=36.63%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641112800.320.830.3636.6270.8337.65
HexA46F1C0205324254726
Octal24415734040123444510746
Binary10100100110111111100010000010100111001001001011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F1C; }

 p { color: rgb(164,111,28); }

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

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

 a { background-color: rgb(164,111,28); }

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

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

 span { border-color: rgb(164,111,28); }

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