#A3510A

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

Shades of Golden Brown #A3510A

Tints of Golden Brown #A3510A

Color information

#A3510A (or 0xA3510A) is unknown color: approx Golden Brown. HEX triplet: A3, 51 and 0A. RGB value is (163,81,10). Sum of RGB (Red+Green+Blue) = 163+81+10=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A3510A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3510A is #5CAEF5. Grayscale: #616161. Windows color (decimal): -6074102 or 676259. OLE color: 676259.

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

Color convert

RGB1638110-
CMYK00.500.940.36
HSL27.84º88.44%33.92%-
HSV(B)27.84º93.87%63.92%-
XYZ18.113.691.98-
YUV97.4278.67174.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.17%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 10 (4.30% from 255) = 3.94%
R=64.17%
G=31.89%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163811000.500.940.3627.8488.4433.92
HexA351A0325E241c5822
Octal24312112062136443413042
Binary101000111010001101001100101011110100100111001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3510A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3510A; }

 p { color: rgb(163,81,10); }

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

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

 a { background-color: rgb(163,81,10); }

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

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

 span { border-color: rgb(163,81,10); }

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