#A99936

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

Shades of Reef Gold #A99936

Tints of Reef Gold #A99936

Color information

#A99936 (or 0xA99936) is unknown color: approx Reef Gold. HEX triplet: A9, 99 and 36. RGB value is (169,153,54). Sum of RGB (Red+Green+Blue) = 169+153+54=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A99936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99936 is #5666C9. Grayscale: #929292. Windows color (decimal): -5662410 or 3578281. OLE color: 3578281.

HSL color Cylindrical-coordinate representation of color #A99936: hue angle of 51.65º 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 #A99936 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16915354-
CMYK00.090.680.34
HSL51.65º51.57%43.73%-
HSV(B)51.65º68.05%66.27%-
XYZ28.4231.488.07-
YUV146.575.8144.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.95%
GREEN value IS 153 (60.16% from 255) = 40.69%
BLUE value IS 54 (21.48% from 255) = 14.36%
R=44.95%
G=40.69%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691535400.090.680.3451.6551.5743.73
HexA9993609442234342c
Octal2512316601110442646454
Binary1010100110011001110110010011000100100010110100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99936; }

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

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

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

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

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

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

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

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