#a3670c

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

Shades of Golden Brown #A3670C

Tints of Golden Brown #A3670C

Color information

#A3670C (or 0xA3670C) is unknown color: approx Golden Brown. HEX triplet: A3, 67 and 0C. RGB value is (163,103,12). Sum of RGB (Red+Green+Blue) = 163+103+12=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3670C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3670C is #5C98F3. Grayscale: #6E6E6E. Windows color (decimal): -6068468 or 812963. OLE color: 812963.

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

Color convert

RGB16310312-
CMYK00.370.930.36
HSL36.16º86.29%34.31%-
HSV(B)36.16º92.64%63.92%-
XYZ20.0217.512.67-
YUV110.5772.38165.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.63%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 12 (5.08% from 255) = 4.32%
R=58.63%
G=37.05%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631031200.370.930.3636.1686.2934.31
HexA367C0255D24245622
Octal24314714045135444412642
Binary1010001111001111100010010110111011001001001001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3670c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3670c; }

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

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

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

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

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

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

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

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