#A05105

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

Shades of Golden Brown #A05105

Tints of Golden Brown #A05105

Color information

#A05105 (or 0xA05105) is unknown color: approx Golden Brown. HEX triplet: A0, 51 and 05. RGB value is (160,81,5). Sum of RGB (Red+Green+Blue) = 160+81+5=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A05105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05105 is #5FAEFA. Grayscale: #606060. Windows color (decimal): -6270715 or 348576. OLE color: 348576.

HSL color Cylindrical-coordinate representation of color #A05105: hue angle of 29.42º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A05105 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB160815-
CMYK00.490.970.37
HSL29.42º93.94%32.35%-
HSV(B)29.42º96.88%62.75%-
XYZ17.4713.371.8-
YUV95.9676.67173.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.04%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 5 (2.34% from 255) = 2.03%
R=65.04%
G=32.93%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16081500.490.970.3729.4293.9432.35
HexA051503161251d5e20
Octal2401215061141453513640
Binary10100000101000110101100011100001100101111011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05105; }

 p { color: rgb(160,81,5); }

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

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

 a { background-color: rgb(160,81,5); }

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

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

 span { border-color: rgb(160,81,5); }

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