#AA9334

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

Shades of Reef Gold #AA9334

Tints of Reef Gold #AA9334

Color information

#AA9334 (or 0xAA9334) is unknown color: approx Reef Gold. HEX triplet: AA, 93 and 34. RGB value is (170,147,52). Sum of RGB (Red+Green+Blue) = 170+147+52=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9334 is #556CCB. Grayscale: #8F8F8F. Windows color (decimal): -5598412 or 3445674. OLE color: 3445674.

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

Color convert

RGB17014752-
CMYK00.140.690.33
HSL48.31º53.15%43.53%-
HSV(B)48.31º69.41%66.67%-
XYZ27.6329.667.52-
YUV143.0576.62147.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 52 (20.70% from 255) = 14.09%
R=46.07%
G=39.84%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701475200.140.690.3348.3153.1543.53
HexAA93340E452130352c
Octal2522236401610541606554
Binary1010101010010011110100011101000101100001110000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9334; }

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

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

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

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

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

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

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

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