#AA6700

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

Shades of Golden Brown #AA6700

Tints of Golden Brown #AA6700

Color information

#AA6700 (or 0xAA6700) is unknown color: approx Golden Brown. HEX triplet: AA, 67 and 00. RGB value is (170,103,0). Sum of RGB (Red+Green+Blue) = 170+103+0=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6700 is #5598FF. Grayscale: #6F6F6F. Windows color (decimal): -5609728 or 26538. OLE color: 26538.

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

Color convert

RGB1701030-
CMYK00.3910.33
HSL36.35º100%33.33%-
HSV(B)36.35º100%66.67%-
XYZ21.4318.252.39-
YUV111.2965.2169.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.27%
G=37.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170103000.3910.3336.3510033.33
HexAA6700276421246421
Octal2521470047144414414441
Binary1010101011001110010011111001001000011001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6700; }

 p { color: rgb(170,103,0); }

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

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

 a { background-color: rgb(170,103,0); }

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

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

 span { border-color: rgb(170,103,0); }

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