#A35A13

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

Shades of Golden Brown #A35A13

Tints of Golden Brown #A35A13

Color information

#A35A13 (or 0xA35A13) is unknown color: approx Golden Brown. HEX triplet: A3, 5A and 13. RGB value is (163,90,19). Sum of RGB (Red+Green+Blue) = 163+90+19=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35A13 is #5CA5EC. Grayscale: #686868. Windows color (decimal): -6071789 or 1268387. OLE color: 1268387.

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

Color convert

RGB1639019-
CMYK00.450.880.36
HSL29.58º79.12%35.69%-
HSV(B)29.58º88.34%63.92%-
XYZ18.8815.152.54-
YUV103.7380.18170.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 19 (7.81% from 255) = 6.99%
R=59.93%
G=33.09%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163901900.450.880.3629.5879.1235.69
HexA35A1302D58241e4f24
Octal24313223055130443611744
Binary1010001110110101001101011011011000100100111101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35A13; }

 p { color: rgb(163,90,19); }

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

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

 a { background-color: rgb(163,90,19); }

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

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

 span { border-color: rgb(163,90,19); }

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