#A6730F

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

Shades of Golden Brown #A6730F

Tints of Golden Brown #A6730F

Color information

#A6730F (or 0xA6730F) is unknown color: approx Golden Brown. HEX triplet: A6, 73 and 0F. RGB value is (166,115,15). Sum of RGB (Red+Green+Blue) = 166+115+15=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A6730F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6730F is #598CF0. Grayscale: #777777. Windows color (decimal): -5868785 or 1012646. OLE color: 1012646.

HSL color Cylindrical-coordinate representation of color #A6730F: hue angle of 39.74º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6730F is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB16611515-
CMYK00.310.910.35
HSL39.74º83.43%35.49%-
HSV(B)39.74º90.96%65.1%-
XYZ21.9420.43.23-
YUV118.8569.4161.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.08%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 15 (6.25% from 255) = 5.07%
R=56.08%
G=38.85%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661151500.310.910.3539.7483.4335.49
HexA673F01F5B23285323
Octal24616317037133435012343
Binary101001101110011111101111110110111000111010001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6730F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6730F; }

 p { color: rgb(166,115,15); }

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

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

 a { background-color: rgb(166,115,15); }

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

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

 span { border-color: rgb(166,115,15); }

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