#AA9433

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

Shades of Reef Gold #AA9433

Tints of Reef Gold #AA9433

Color information

#AA9433 (or 0xAA9433) is unknown color: approx Reef Gold. HEX triplet: AA, 94 and 33. RGB value is (170,148,51). Sum of RGB (Red+Green+Blue) = 170+148+51=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9433 is #556BCC. Grayscale: #8F8F8F. Windows color (decimal): -5598157 or 3380394. OLE color: 3380394.

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

Color convert

RGB17014851-
CMYK00.130.70.33
HSL48.91º53.85%43.33%-
HSV(B)48.91º70%66.67%-
XYZ27.7729.967.45-
YUV143.5275.79146.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 148 (58.20% from 255) = 40.11%
BLUE value IS 51 (20.31% from 255) = 13.82%
R=46.07%
G=40.11%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701485100.130.70.3348.9153.8543.33
HexAA94330D462131362b
Octal2522246301510641616653
Binary1010101010010100110011011011000110100001110001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9433; }

 p { color: rgb(170,148,51); }

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

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

 a { background-color: rgb(170,148,51); }

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

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

 span { border-color: rgb(170,148,51); }

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