#A3520C

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

Shades of Golden Brown #A3520C

Tints of Golden Brown #A3520C

Color information

#A3520C (or 0xA3520C) is unknown color: approx Golden Brown. HEX triplet: A3, 52 and 0C. RGB value is (163,82,12). Sum of RGB (Red+Green+Blue) = 163+82+12=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3520C is #5CADF3. Grayscale: #626262. Windows color (decimal): -6073844 or 807587. OLE color: 807587.

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

Color convert

RGB1638212-
CMYK00.500.930.36
HSL27.81º86.29%34.31%-
HSV(B)27.81º92.64%63.92%-
XYZ18.1913.852.06-
YUV98.2479.34174.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=63.42%
G=31.91%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163821200.500.930.3627.8186.2934.31
HexA352C0325D241c5622
Octal24312214062135443412642
Binary101000111010010110001100101011101100100111001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3520C; }

 p { color: rgb(163,82,12); }

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

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

 a { background-color: rgb(163,82,12); }

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

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

 span { border-color: rgb(163,82,12); }

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