#A35E0D

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

Shades of Golden Brown #A35E0D

Tints of Golden Brown #A35E0D

Color information

#A35E0D (or 0xA35E0D) is unknown color: approx Golden Brown. HEX triplet: A3, 5E and 0D. RGB value is (163,94,13). Sum of RGB (Red+Green+Blue) = 163+94+13=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35E0D is #5CA1F2. Grayscale: #696969. Windows color (decimal): -6070771 or 876195. OLE color: 876195.

HSL color Cylindrical-coordinate representation of color #A35E0D: hue angle of 32.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A35E0D is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB1639413-
CMYK00.420.920.36
HSL32.4º85.23%34.51%-
HSV(B)32.4º92.02%63.92%-
XYZ19.1815.822.42-
YUV105.475.86169.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.37%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 13 (5.47% from 255) = 4.81%
R=60.37%
G=34.81%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163941300.420.920.3632.485.2334.51
HexA35ED02A5C24205523
Octal24313615052134444012543
Binary1010001110111101101010101010111001001001000001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E0D; }

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

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

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

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

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

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

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

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