#AA681C

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

Shades of Golden Brown #AA681C

Tints of Golden Brown #AA681C

Color information

#AA681C (or 0xAA681C) is unknown color: approx Golden Brown. HEX triplet: AA, 68 and 1C. RGB value is (170,104,28). Sum of RGB (Red+Green+Blue) = 170+104+28=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA681C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA681C is #5597E3. Grayscale: #737373. Windows color (decimal): -5609444 or 1861802. OLE color: 1861802.

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

Color convert

RGB17010428-
CMYK00.390.840.33
HSL32.11º71.72%38.82%-
HSV(B)32.11º83.53%66.67%-
XYZ21.7418.533.53-
YUV115.0778.87167.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.29%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 28 (11.33% from 255) = 9.27%
R=56.29%
G=34.44%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701042800.390.840.3332.1171.7238.82
HexAA681C0275421204827
Octal25215034047124414011047
Binary10101010110100011100010011110101001000011000001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA681C; }

 p { color: rgb(170,104,28); }

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

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

 a { background-color: rgb(170,104,28); }

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

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

 span { border-color: rgb(170,104,28); }

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