#A4681B

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

Shades of Golden Brown #A4681B

Tints of Golden Brown #A4681B

Color information

#A4681B (or 0xA4681B) is unknown color: approx Golden Brown. HEX triplet: A4, 68 and 1B. RGB value is (164,104,27). Sum of RGB (Red+Green+Blue) = 164+104+27=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4681B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4681B is #5B97E4. Grayscale: #717171. Windows color (decimal): -6002661 or 1796260. OLE color: 1796260.

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

Color convert

RGB16410427-
CMYK00.370.840.36
HSL33.72º71.73%37.45%-
HSV(B)33.72º83.54%64.31%-
XYZ20.4617.873.41-
YUV113.1679.38164.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.59%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 27 (10.94% from 255) = 9.15%
R=55.59%
G=35.25%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641042700.370.840.3633.7271.7337.45
HexA4681B0255424224825
Octal24415033045124444211045
Binary10100100110100011011010010110101001001001000101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4681B; }

 p { color: rgb(164,104,27); }

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

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

 a { background-color: rgb(164,104,27); }

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

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

 span { border-color: rgb(164,104,27); }

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