#A35A16

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

Shades of Golden Brown #A35A16

Tints of Golden Brown #A35A16

Color information

#A35A16 (or 0xA35A16) is unknown color: approx Golden Brown. HEX triplet: A3, 5A and 16. RGB value is (163,90,22). Sum of RGB (Red+Green+Blue) = 163+90+22=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35A16 is #5CA5E9. Grayscale: #686868. Windows color (decimal): -6071786 or 1464995. OLE color: 1464995.

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

Color convert

RGB1639022-
CMYK00.450.870.36
HSL28.94º76.22%36.27%-
HSV(B)28.94º86.5%63.92%-
XYZ18.9115.162.69-
YUV104.0781.68170.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.27%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 22 (8.98% from 255) = 8%
R=59.27%
G=32.73%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163902200.450.870.3628.9476.2236.27
HexA35A1602D57241d4c24
Octal24313226055127443511444
Binary1010001110110101011001011011010111100100111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35A16; }

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

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

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

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

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

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

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

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