#A99336

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

Shades of Reef Gold #A99336

Tints of Reef Gold #A99336

Color information

#A99336 (or 0xA99336) is unknown color: approx Reef Gold. HEX triplet: A9, 93 and 36. RGB value is (169,147,54). Sum of RGB (Red+Green+Blue) = 169+147+54=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A99336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99336 is #566CC9. Grayscale: #8F8F8F. Windows color (decimal): -5663946 or 3576745. OLE color: 3576745.

HSL color Cylindrical-coordinate representation of color #A99336: hue angle of 48.52º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A99336 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16914754-
CMYK00.130.680.34
HSL48.52º51.57%43.73%-
HSV(B)48.52º68.05%66.27%-
XYZ27.4629.577.75-
YUV142.9877.79146.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 54 (21.48% from 255) = 14.59%
R=45.68%
G=39.73%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691475400.130.680.3448.5251.5743.73
HexA993360D442231342c
Octal2512236601510442616454
Binary1010100110010011110110011011000100100010110001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99336; }

 p { color: rgb(169,147,54); }

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

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

 a { background-color: rgb(169,147,54); }

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

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

 span { border-color: rgb(169,147,54); }

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