#AA5C00

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

Shades of Golden Brown #AA5C00

Tints of Golden Brown #AA5C00

Color information

#AA5C00 (or 0xAA5C00) is unknown color: approx Golden Brown. HEX triplet: AA, 5C and 00. RGB value is (170,92,0). Sum of RGB (Red+Green+Blue) = 170+92+0=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C00 is #55A3FF. Grayscale: #696969. Windows color (decimal): -5612544 or 23722. OLE color: 23722.

HSL color Cylindrical-coordinate representation of color #AA5C00: hue angle of 32.47º 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 #AA5C00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB170920-
CMYK00.4610.33
HSL32.47º100%33.33%-
HSV(B)32.47º100%66.67%-
XYZ20.416.22.05-
YUV104.8368.84174.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.89%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.89%
G=35.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17092000.4610.3332.4710033.33
HexAA5C002E6421206421
Octal2521340056144414014441
Binary1010101010111000010111011001001000011000001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C00; }

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

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

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

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

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

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

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

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