#A0550F

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

Shades of Golden Brown #A0550F

Tints of Golden Brown #A0550F

Color information

#A0550F (or 0xA0550F) is unknown color: approx Golden Brown. HEX triplet: A0, 55 and 0F. RGB value is (160,85,15). Sum of RGB (Red+Green+Blue) = 160+85+15=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0550F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0550F is #5FAAF0. Grayscale: #636363. Windows color (decimal): -6269681 or 1004960. OLE color: 1004960.

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

Color convert

RGB1608515-
CMYK00.470.910.37
HSL28.97º82.86%34.31%-
HSV(B)28.97º90.62%62.75%-
XYZ17.8314.012.22-
YUV99.4480.35171.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.54%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 15 (6.25% from 255) = 5.77%
R=61.54%
G=32.69%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160851500.470.910.3728.9782.8634.31
HexA055F02F5B251d5322
Octal24012517057133453512342
Binary101000001010101111101011111011011100101111011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0550F; }

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

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

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

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

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

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

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

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