#a0530a

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

Shades of Golden Brown #A0530A

Tints of Golden Brown #A0530A

Color information

#A0530A (or 0xA0530A) is unknown color: approx Golden Brown. HEX triplet: A0, 53 and 0A. RGB value is (160,83,10). Sum of RGB (Red+Green+Blue) = 160+83+10=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A0530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0530A is #5FACF5. Grayscale: #626262. Windows color (decimal): -6270198 or 676768. OLE color: 676768.

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

Color convert

RGB1608310-
CMYK00.480.940.37
HSL29.2º88.24%33.33%-
HSV(B)29.2º93.75%62.75%-
XYZ17.6513.682-
YUV97.778.51172.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 10 (4.30% from 255) = 3.95%
R=63.24%
G=32.81%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160831000.480.940.3729.288.2433.33
HexA053A0305E251d5821
Octal24012312060136453513041
Binary101000001010011101001100001011110100101111011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0530a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0530a; }

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

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

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

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

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

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

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

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