#A6711A

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

Shades of Golden Brown #A6711A

Tints of Golden Brown #A6711A

Color information

#A6711A (or 0xA6711A) is unknown color: approx Golden Brown. HEX triplet: A6, 71 and 1A. RGB value is (166,113,26). Sum of RGB (Red+Green+Blue) = 166+113+26=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A6711A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6711A is #598EE5. Grayscale: #777777. Windows color (decimal): -5869286 or 1733030. OLE color: 1733030.

HSL color Cylindrical-coordinate representation of color #A6711A: hue angle of 37.29º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6711A is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB16611326-
CMYK00.320.840.35
HSL37.29º72.92%37.65%-
HSV(B)37.29º84.34%65.1%-
XYZ21.8219.993.69-
YUV118.9375.56161.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.43%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 26 (10.55% from 255) = 8.52%
R=54.43%
G=37.05%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661132600.320.840.3537.2972.9237.65
HexA6711A0205423254926
Octal24616132040124434511146
Binary10100110111000111010010000010101001000111001011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6711A; }

 p { color: rgb(166,113,26); }

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

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

 a { background-color: rgb(166,113,26); }

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

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

 span { border-color: rgb(166,113,26); }

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