#A0550C

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

Shades of Golden Brown #A0550C

Tints of Golden Brown #A0550C

Color information

#A0550C (or 0xA0550C) is unknown color: approx Golden Brown. HEX triplet: A0, 55 and 0C. RGB value is (160,85,12). Sum of RGB (Red+Green+Blue) = 160+85+12=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0550C is #5FAAF3. Grayscale: #636363. Windows color (decimal): -6269684 or 808352. OLE color: 808352.

HSL color Cylindrical-coordinate representation of color #A0550C: hue angle of 29.59º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0550C is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB1608512-
CMYK00.470.930.37
HSL29.59º86.05%33.73%-
HSV(B)29.59º92.5%62.75%-
XYZ17.81142.11-
YUV99.178.85171.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.26%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=62.26%
G=33.07%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160851200.470.930.3729.5986.0533.73
HexA055C02F5D251e5622
Octal24012514057135453612642
Binary101000001010101110001011111011101100101111101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0550C; }

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

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

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

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

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

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

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

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