#A05508

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

Shades of Golden Brown #A05508

Tints of Golden Brown #A05508

Color information

#A05508 (or 0xA05508) is unknown color: approx Golden Brown. HEX triplet: A0, 55 and 08. RGB value is (160,85,8). Sum of RGB (Red+Green+Blue) = 160+85+8=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A05508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05508 is #5FAAF7. Grayscale: #636363. Windows color (decimal): -6269688 or 546208. OLE color: 546208.

HSL color Cylindrical-coordinate representation of color #A05508: hue angle of 30.39º 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 #A05508 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB160858-
CMYK00.470.950.37
HSL30.39º90.48%32.94%-
HSV(B)30.39º95%62.75%-
XYZ17.7913.991.99-
YUV98.6576.85171.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 8 (3.52% from 255) = 3.16%
R=63.24%
G=33.60%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16085800.470.950.3730.3990.4832.94
HexA055802F5F251e5a21
Octal24012510057137453613241
Binary101000001010101100001011111011111100101111101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05508; }

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

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

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

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

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

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

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

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