#A9993A

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

Shades of Reef Gold #A9993A

Tints of Reef Gold #A9993A

Color information

#A9993A (or 0xA9993A) is unknown color: approx Reef Gold. HEX triplet: A9, 99 and 3A. RGB value is (169,153,58). Sum of RGB (Red+Green+Blue) = 169+153+58=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A9993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9993A is #5666C5. Grayscale: #939393. Windows color (decimal): -5662406 or 3840425. OLE color: 3840425.

HSL color Cylindrical-coordinate representation of color #A9993A: hue angle of 51.35º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9993A is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB16915358-
CMYK00.090.660.34
HSL51.35º48.9%44.51%-
HSV(B)51.35º65.68%66.27%-
XYZ28.5231.528.58-
YUV146.9577.8143.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 58 (23.05% from 255) = 15.26%
R=44.47%
G=40.26%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691535800.090.660.3451.3548.944.51
HexA9993A09422233312d
Octal2512317201110242636155
Binary1010100110011001111010010011000010100010110011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9993A; }

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

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

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

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

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

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

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

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