#A4590F

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

Shades of Golden Brown #A4590F

Tints of Golden Brown #A4590F

Color information

#A4590F (or 0xA4590F) is unknown color: approx Golden Brown. HEX triplet: A4, 59 and 0F. RGB value is (164,89,15). Sum of RGB (Red+Green+Blue) = 164+89+15=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A4590F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4590F is #5BA6F0. Grayscale: #676767. Windows color (decimal): -6006513 or 1005988. OLE color: 1005988.

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

Color convert

RGB1648915-
CMYK00.460.910.36
HSL29.8º83.24%35.1%-
HSV(B)29.8º90.85%64.31%-
XYZ18.9715.072.36-
YUV102.9978.35171.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.19%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=61.19%
G=33.21%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164891500.460.910.3629.883.2435.1
HexA459F02E5B241e5323
Octal24413117056133443612343
Binary101001001011001111101011101011011100100111101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4590F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4590F; }

 p { color: rgb(164,89,15); }

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

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

 a { background-color: rgb(164,89,15); }

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

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

 span { border-color: rgb(164,89,15); }

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