#A35E04

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

Shades of Golden Brown #A35E04

Tints of Golden Brown #A35E04

Color information

#A35E04 (or 0xA35E04) is unknown color: approx Golden Brown. HEX triplet: A3, 5E and 04. RGB value is (163,94,4). Sum of RGB (Red+Green+Blue) = 163+94+4=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35E04 is #5CA1FB. Grayscale: #686868. Windows color (decimal): -6070780 or 286371. OLE color: 286371.

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

Color convert

RGB163944-
CMYK00.420.980.36
HSL33.96º95.21%32.75%-
HSV(B)33.96º97.55%63.92%-
XYZ19.1315.82.16-
YUV104.3771.36169.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.45%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 4 (1.95% from 255) = 1.53%
R=62.45%
G=36.02%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16394400.420.980.3633.9695.2132.75
HexA35E402A6224225f21
Octal2431364052142444213741
Binary101000111011110100010101011000101001001000101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E04; }

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

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

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

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

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

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

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

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