#A3520D

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

Shades of Golden Brown #A3520D

Tints of Golden Brown #A3520D

Color information

#A3520D (or 0xA3520D) is unknown color: approx Golden Brown. HEX triplet: A3, 52 and 0D. RGB value is (163,82,13). Sum of RGB (Red+Green+Blue) = 163+82+13=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3520D is #5CADF2. Grayscale: #626262. Windows color (decimal): -6073843 or 873123. OLE color: 873123.

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

Color convert

RGB1638213-
CMYK00.500.920.36
HSL27.6º85.23%34.51%-
HSV(B)27.6º92.02%63.92%-
XYZ18.1913.852.1-
YUV98.3579.84174.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.18%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 13 (5.47% from 255) = 5.04%
R=63.18%
G=31.78%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163821300.500.920.3627.685.2334.51
HexA352D0325C241c5523
Octal24312215062134443412543
Binary101000111010010110101100101011100100100111001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3520D; }

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

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

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

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

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

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

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

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