#A3641E

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

Shades of Golden Brown #A3641E

Tints of Golden Brown #A3641E

Color information

#A3641E (or 0xA3641E) is unknown color: approx Golden Brown. HEX triplet: A3, 64 and 1E. RGB value is (163,100,30). Sum of RGB (Red+Green+Blue) = 163+100+30=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3641E is #5C9BE1. Grayscale: #6F6F6F. Windows color (decimal): -6069218 or 1991843. OLE color: 1991843.

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

Color convert

RGB16310030-
CMYK00.390.820.36
HSL31.58º68.91%37.84%-
HSV(B)31.58º81.6%63.92%-
XYZ19.916.993.46-
YUV110.8682.37165.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.63%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 30 (12.11% from 255) = 10.24%
R=55.63%
G=34.13%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631003000.390.820.3631.5868.9137.84
HexA3641E0275224204526
Octal24314436047122444010546
Binary10100011110010011110010011110100101001001000001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3641E; }

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

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

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

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

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

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

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

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