#AA580A

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

Shades of Golden Brown #AA580A

Tints of Golden Brown #AA580A

Color information

#AA580A (or 0xAA580A) is unknown color: approx Golden Brown. HEX triplet: AA, 58 and 0A. RGB value is (170,88,10). Sum of RGB (Red+Green+Blue) = 170+88+10=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA580A is #55A7F5. Grayscale: #686868. Windows color (decimal): -5613558 or 678058. OLE color: 678058.

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

Color convert

RGB1708810-
CMYK00.480.940.33
HSL29.25º88.89%35.29%-
HSV(B)29.25º94.12%66.67%-
XYZ20.1215.552.23-
YUV103.6375.17175.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.43%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 10 (4.30% from 255) = 3.73%
R=63.43%
G=32.84%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170881000.480.940.3329.2588.8935.29
HexAA58A0305E211d5923
Octal25213012060136413513143
Binary101010101011000101001100001011110100001111011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA580A; }

 p { color: rgb(170,88,10); }

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

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

 a { background-color: rgb(170,88,10); }

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

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

 span { border-color: rgb(170,88,10); }

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