#AA8D33

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

Shades of Reef Gold #AA8D33

Tints of Reef Gold #AA8D33

Color information

#AA8D33 (or 0xAA8D33) is unknown color: approx Reef Gold. HEX triplet: AA, 8D and 33. RGB value is (170,141,51). Sum of RGB (Red+Green+Blue) = 170+141+51=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D33 is #5572CC. Grayscale: #8B8B8B. Windows color (decimal): -5599949 or 3378602. OLE color: 3378602.

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

Color convert

RGB17014151-
CMYK00.170.70.33
HSL45.38º53.85%43.33%-
HSV(B)45.38º70%66.67%-
XYZ26.727.837.1-
YUV139.4178.11149.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 141 (55.47% from 255) = 38.95%
BLUE value IS 51 (20.31% from 255) = 14.09%
R=46.96%
G=38.95%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701415100.170.70.3345.3853.8543.33
HexAA8D3301146212d362b
Octal2522156302110641556653
Binary10101010100011011100110100011000110100001101101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D33; }

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

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

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

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

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

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

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

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