#AA9335

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

Shades of Reef Gold #AA9335

Tints of Reef Gold #AA9335

Color information

#AA9335 (or 0xAA9335) is unknown color: approx Reef Gold. HEX triplet: AA, 93 and 35. RGB value is (170,147,53). Sum of RGB (Red+Green+Blue) = 170+147+53=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9335 is #556CCA. Grayscale: #8F8F8F. Windows color (decimal): -5598411 or 3511210. OLE color: 3511210.

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

Color convert

RGB17014753-
CMYK00.140.690.33
HSL48.21º52.47%43.73%-
HSV(B)48.21º68.82%66.67%-
XYZ27.6529.677.64-
YUV143.1677.12147.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 53 (21.09% from 255) = 14.32%
R=45.95%
G=39.73%
B=14.32%

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
Decimal1701475300.140.690.3348.2152.4743.73
HexAA93350E452130342c
Octal2522236501610541606454
Binary1010101010010011110101011101000101100001110000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9335; }

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

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

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

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

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

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

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

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