#A35E15

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

Shades of Golden Brown #A35E15

Tints of Golden Brown #A35E15

Color information

#A35E15 (or 0xA35E15) is unknown color: approx Golden Brown. HEX triplet: A3, 5E and 15. RGB value is (163,94,21). Sum of RGB (Red+Green+Blue) = 163+94+21=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35E15 is #5CA1EA. Grayscale: #6A6A6A. Windows color (decimal): -6070763 or 1400483. OLE color: 1400483.

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

Color convert

RGB1639421-
CMYK00.420.870.36
HSL30.85º77.17%36.08%-
HSV(B)30.85º87.12%63.92%-
XYZ19.2415.852.75-
YUV106.3179.86168.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.63%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 21 (8.59% from 255) = 7.55%
R=58.63%
G=33.81%
B=7.55%

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
Decimal163942100.420.870.3630.8577.1736.08
HexA35E1502A57241f4d24
Octal24313625052127443711544
Binary1010001110111101010101010101010111100100111111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E15; }

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

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

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

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

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

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

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

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