#AA6801

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

Shades of Golden Brown #AA6801

Tints of Golden Brown #AA6801

Color information

#AA6801 (or 0xAA6801) is unknown color: approx Golden Brown. HEX triplet: AA, 68 and 01. RGB value is (170,104,1). Sum of RGB (Red+Green+Blue) = 170+104+1=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6801 is #5597FE. Grayscale: #707070. Windows color (decimal): -5609471 or 92330. OLE color: 92330.

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

Color convert

RGB1701041-
CMYK00.390.990.33
HSL36.57º98.83%33.53%-
HSV(B)36.57º99.41%66.67%-
XYZ21.5318.452.45-
YUV111.9965.37169.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.82%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=61.82%
G=37.82%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170104100.390.990.3336.5798.8333.53
HexAA6810276321256322
Octal2521501047143414514342
Binary1010101011010001010011111000111000011001011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6801; }

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

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

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

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

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

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

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

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