#AA9034

Color #AA9034 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #AA9034

Tints of Reef Gold #AA9034

Color information

#AA9034 (or 0xAA9034) is unknown color: approx Reef Gold. HEX triplet: AA, 90 and 34. RGB value is (170,144,52). Sum of RGB (Red+Green+Blue) = 170+144+52=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9034 is #556FCB. Grayscale: #8D8D8D. Windows color (decimal): -5599180 or 3444906. OLE color: 3444906.

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

Color convert

RGB17014452-
CMYK00.150.690.33
HSL46.78º53.15%43.53%-
HSV(B)46.78º69.41%66.67%-
XYZ27.1728.747.36-
YUV141.2977.61148.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 52 (20.70% from 255) = 14.21%
R=46.45%
G=39.34%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701445200.150.690.3346.7853.1543.53
HexAA90340F45212f352c
Octal2522206401710541576554
Binary1010101010010000110100011111000101100001101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9034; }

 p { color: rgb(170,144,52); }

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

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

 a { background-color: rgb(170,144,52); }

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

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

 span { border-color: rgb(170,144,52); }

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