#a3650c

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

Shades of Golden Brown #A3650C

Tints of Golden Brown #A3650C

Color information

#A3650C (or 0xA3650C) is unknown color: approx Golden Brown. HEX triplet: A3, 65 and 0C. RGB value is (163,101,12). Sum of RGB (Red+Green+Blue) = 163+101+12=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3650C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3650C is #5C9AF3. Grayscale: #6D6D6D. Windows color (decimal): -6068980 or 812451. OLE color: 812451.

HSL color Cylindrical-coordinate representation of color #A3650C: hue angle of 35.36º 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 #A3650C is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB16310112-
CMYK00.380.930.36
HSL35.36º86.29%34.31%-
HSV(B)35.36º92.64%63.92%-
XYZ19.8217.122.61-
YUV109.3973.04166.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.06%
GREEN value IS 101 (39.84% from 255) = 36.59%
BLUE value IS 12 (5.08% from 255) = 4.35%
R=59.06%
G=36.59%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631011200.380.930.3635.3686.2934.31
HexA365C0265D24235622
Octal24314514046135444312642
Binary1010001111001011100010011010111011001001000111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3650c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3650c; }

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

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

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

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

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

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

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

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