#AA9834

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

Shades of Reef Gold #AA9834

Tints of Reef Gold #AA9834

Color information

#AA9834 (or 0xAA9834) is unknown color: approx Reef Gold. HEX triplet: AA, 98 and 34. RGB value is (170,152,52). Sum of RGB (Red+Green+Blue) = 170+152+52=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9834 is #5567CB. Grayscale: #929292. Windows color (decimal): -5597132 or 3446954. OLE color: 3446954.

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

Color convert

RGB17015252-
CMYK00.110.690.33
HSL50.85º53.15%43.53%-
HSV(B)50.85º69.41%66.67%-
XYZ28.4331.257.78-
YUV145.9874.96145.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 152 (59.77% from 255) = 40.64%
BLUE value IS 52 (20.70% from 255) = 13.90%
R=45.45%
G=40.64%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701525200.110.690.3350.8553.1543.53
HexAA98340B452133352c
Octal2522306401310541636554
Binary1010101010011000110100010111000101100001110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9834; }

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

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

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

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

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

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

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

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