#A3631C

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

Shades of Golden Brown #A3631C

Tints of Golden Brown #A3631C

Color information

#A3631C (or 0xA3631C) is unknown color: approx Golden Brown. HEX triplet: A3, 63 and 1C. RGB value is (163,99,28). Sum of RGB (Red+Green+Blue) = 163+99+28=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A3631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3631C is #5C9CE3. Grayscale: #6E6E6E. Windows color (decimal): -6069476 or 1860515. OLE color: 1860515.

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

Color convert

RGB1639928-
CMYK00.390.830.36
HSL31.56º70.68%37.45%-
HSV(B)31.56º82.82%63.92%-
XYZ19.7816.793.3-
YUV110.0481.7165.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 28 (11.33% from 255) = 9.66%
R=56.21%
G=34.14%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163992800.390.830.3631.5670.6837.45
HexA3631C0275324204725
Octal24314334047123444010745
Binary10100011110001111100010011110100111001001000001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3631C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3631C; }

 p { color: rgb(163,99,28); }

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

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

 a { background-color: rgb(163,99,28); }

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

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

 span { border-color: rgb(163,99,28); }

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