#A35E16

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

Shades of Golden Brown #A35E16

Tints of Golden Brown #A35E16

Color information

#A35E16 (or 0xA35E16) is unknown color: approx Golden Brown. HEX triplet: A3, 5E and 16. RGB value is (163,94,22). Sum of RGB (Red+Green+Blue) = 163+94+22=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35E16 is #5CA1E9. Grayscale: #6A6A6A. Windows color (decimal): -6070762 or 1466019. OLE color: 1466019.

HSL color Cylindrical-coordinate representation of color #A35E16: hue angle of 30.64º 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 #A35E16 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1639422-
CMYK00.420.870.36
HSL30.64º76.22%36.27%-
HSV(B)30.64º86.5%63.92%-
XYZ19.2515.852.8-
YUV106.4280.36168.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.42%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 22 (8.98% from 255) = 7.89%
R=58.42%
G=33.69%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163942200.420.870.3630.6476.2236.27
HexA35E1602A57241f4c24
Octal24313626052127443711444
Binary1010001110111101011001010101010111100100111111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E16; }

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

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

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

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

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

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

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

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