#A05309

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

Shades of Golden Brown #A05309

Tints of Golden Brown #A05309

Color information

#A05309 (or 0xA05309) is unknown color: approx Golden Brown. HEX triplet: A0, 53 and 09. RGB value is (160,83,9). Sum of RGB (Red+Green+Blue) = 160+83+9=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A05309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05309 is #5FACF6. Grayscale: #616161. Windows color (decimal): -6270199 or 611232. OLE color: 611232.

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

Color convert

RGB160839-
CMYK00.480.940.37
HSL29.4º89.35%33.14%-
HSV(B)29.4º94.38%62.75%-
XYZ17.6413.681.97-
YUV97.5978.01172.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.49%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 9 (3.91% from 255) = 3.57%
R=63.49%
G=32.94%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16083900.480.940.3729.489.3533.14
HexA05390305E251d5921
Octal24012311060136453513141
Binary101000001010011100101100001011110100101111011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05309; }

 p { color: rgb(160,83,9); }

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

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

 a { background-color: rgb(160,83,9); }

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

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

 span { border-color: rgb(160,83,9); }

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