#A05308

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

Shades of Golden Brown #A05308

Tints of Golden Brown #A05308

Color information

#A05308 (or 0xA05308) is unknown color: approx Golden Brown. HEX triplet: A0, 53 and 08. RGB value is (160,83,8). Sum of RGB (Red+Green+Blue) = 160+83+8=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A05308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05308 is #5FACF7. Grayscale: #616161. Windows color (decimal): -6270200 or 545696. OLE color: 545696.

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

Color convert

RGB160838-
CMYK00.480.950.37
HSL29.61º90.48%32.94%-
HSV(B)29.61º95%62.75%-
XYZ17.6313.681.94-
YUV97.4777.51172.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.75%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 8 (3.52% from 255) = 3.19%
R=63.75%
G=33.07%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16083800.480.950.3729.6190.4832.94
HexA05380305F251e5a21
Octal24012310060137453613241
Binary101000001010011100001100001011111100101111101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05308; }

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

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

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

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

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

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

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

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