#A3640C

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

Shades of Golden Brown #A3640C

Tints of Golden Brown #A3640C

Color information

#A3640C (or 0xA3640C) is unknown color: approx Golden Brown. HEX triplet: A3, 64 and 0C. RGB value is (163,100,12). Sum of RGB (Red+Green+Blue) = 163+100+12=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3640C is #5C9BF3. Grayscale: #6D6D6D. Windows color (decimal): -6069236 or 812195. OLE color: 812195.

HSL color Cylindrical-coordinate representation of color #A3640C: hue angle of 34.97º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3640C is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB16310012-
CMYK00.390.930.36
HSL34.97º86.29%34.31%-
HSV(B)34.97º92.64%63.92%-
XYZ19.7316.932.58-
YUV108.873.37166.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.27%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 12 (5.08% from 255) = 4.36%
R=59.27%
G=36.36%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631001200.390.930.3634.9786.2934.31
HexA364C0275D24235622
Octal24314414047135444312642
Binary1010001111001001100010011110111011001001000111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3640C; }

 p { color: rgb(163,100,12); }

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

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

 a { background-color: rgb(163,100,12); }

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

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

 span { border-color: rgb(163,100,12); }

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