#A3641B

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

Shades of Golden Brown #A3641B

Tints of Golden Brown #A3641B

Color information

#A3641B (or 0xA3641B) is unknown color: approx Golden Brown. HEX triplet: A3, 64 and 1B. RGB value is (163,100,27). Sum of RGB (Red+Green+Blue) = 163+100+27=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A3641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3641B is #5C9BE4. Grayscale: #6E6E6E. Windows color (decimal): -6069221 or 1795235. OLE color: 1795235.

HSL color Cylindrical-coordinate representation of color #A3641B: hue angle of 32.21º degrees, saturation: 0.72, 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 #A3641B is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB16310027-
CMYK00.390.830.36
HSL32.21º71.58%37.25%-
HSV(B)32.21º83.44%63.92%-
XYZ19.8616.983.27-
YUV110.5180.87165.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 100 (39.45% from 255) = 34.48%
BLUE value IS 27 (10.94% from 255) = 9.31%
R=56.21%
G=34.48%
B=9.31%

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
Decimal1631002700.390.830.3632.2171.5837.25
HexA3641B0275324204825
Octal24314433047123444011045
Binary10100011110010011011010011110100111001001000001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3641B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3641B; }

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

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

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

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

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

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

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

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