#A0530C

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

Shades of Golden Brown #A0530C

Tints of Golden Brown #A0530C

Color information

#A0530C (or 0xA0530C) is unknown color: approx Golden Brown. HEX triplet: A0, 53 and 0C. RGB value is (160,83,12). Sum of RGB (Red+Green+Blue) = 160+83+12=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0530C is #5FACF3. Grayscale: #626262. Windows color (decimal): -6270196 or 807840. OLE color: 807840.

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

Color convert

RGB1608312-
CMYK00.480.930.37
HSL28.78º86.05%33.73%-
HSV(B)28.78º92.5%62.75%-
XYZ17.6613.692.06-
YUV97.9379.51172.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.75%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 12 (5.08% from 255) = 4.71%
R=62.75%
G=32.55%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160831200.480.930.3728.7886.0533.73
HexA053C0305D251d5622
Octal24012314060135453512642
Binary101000001010011110001100001011101100101111011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0530C; }

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

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

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

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

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

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

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

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