#A4560A

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

Shades of Golden Brown #A4560A

Tints of Golden Brown #A4560A

Color information

#A4560A (or 0xA4560A) is unknown color: approx Golden Brown. HEX triplet: A4, 56 and 0A. RGB value is (164,86,10). Sum of RGB (Red+Green+Blue) = 164+86+10=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4560A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4560A is #5BA9F5. Grayscale: #656565. Windows color (decimal): -6007286 or 677540. OLE color: 677540.

HSL color Cylindrical-coordinate representation of color #A4560A: hue angle of 29.61º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4560A is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1648610-
CMYK00.480.940.36
HSL29.61º88.51%34.12%-
HSV(B)29.61º93.9%64.31%-
XYZ18.6914.572.11-
YUV100.6676.84173.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.08%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 10 (4.30% from 255) = 3.85%
R=63.08%
G=33.08%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164861000.480.940.3629.6188.5134.12
HexA456A0305E241e5922
Octal24412612060136443613142
Binary101001001010110101001100001011110100100111101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4560A; }

 p { color: rgb(164,86,10); }

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

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

 a { background-color: rgb(164,86,10); }

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

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

 span { border-color: rgb(164,86,10); }

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