#A3601E

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

Shades of Golden Brown #A3601E

Tints of Golden Brown #A3601E

Color information

#A3601E (or 0xA3601E) is unknown color: approx Golden Brown. HEX triplet: A3, 60 and 1E. RGB value is (163,96,30). Sum of RGB (Red+Green+Blue) = 163+96+30=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3601E is #5C9FE1. Grayscale: #6C6C6C. Windows color (decimal): -6070242 or 1990819. OLE color: 1990819.

HSL color Cylindrical-coordinate representation of color #A3601E: hue angle of 29.77º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3601E is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1639630-
CMYK00.410.820.36
HSL29.77º68.91%37.84%-
HSV(B)29.77º81.6%63.92%-
XYZ19.5216.253.34-
YUV108.5183.7166.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=56.40%
G=33.22%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163963000.410.820.3629.7768.9137.84
HexA3601E02952241e4526
Octal24314036051122443610546
Binary1010001111000001111001010011010010100100111101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3601E; }

 p { color: rgb(163,96,30); }

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

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

 a { background-color: rgb(163,96,30); }

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

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

 span { border-color: rgb(163,96,30); }

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