#A05E15

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

Shades of Golden Brown #A05E15

Tints of Golden Brown #A05E15

Color information

#A05E15 (or 0xA05E15) is unknown color: approx Golden Brown. HEX triplet: A0, 5E and 15. RGB value is (160,94,21). Sum of RGB (Red+Green+Blue) = 160+94+21=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05E15 is #5FA1EA. Grayscale: #696969. Windows color (decimal): -6267371 or 1400480. OLE color: 1400480.

HSL color Cylindrical-coordinate representation of color #A05E15: hue angle of 31.51º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A05E15 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB1609421-
CMYK00.410.870.37
HSL31.51º76.8%35.49%-
HSV(B)31.51º86.87%62.75%-
XYZ18.6415.532.73-
YUV105.4180.37166.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.18%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 21 (8.59% from 255) = 7.64%
R=58.18%
G=34.18%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160942100.410.870.3731.5176.835.49
HexA05E150295725204d23
Octal24013625051127454011543
Binary10100000101111010101010100110101111001011000001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E15; }

 p { color: rgb(160,94,21); }

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

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

 a { background-color: rgb(160,94,21); }

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

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

 span { border-color: rgb(160,94,21); }

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