#AD9931

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

Shades of Reef Gold #AD9931

Tints of Reef Gold #AD9931

Color information

#AD9931 (or 0xAD9931) is unknown color: approx Reef Gold. HEX triplet: AD, 99 and 31. RGB value is (173,153,49). Sum of RGB (Red+Green+Blue) = 173+153+49=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9931 is #5266CE. Grayscale: #939393. Windows color (decimal): -5400271 or 3250605. OLE color: 3250605.

HSL color Cylindrical-coordinate representation of color #AD9931: hue angle of 50.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD9931 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17315349-
CMYK00.120.720.32
HSL50.32º55.86%43.53%-
HSV(B)50.32º71.68%67.84%-
XYZ29.1831.897.52-
YUV147.1272.63146.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 49 (19.53% from 255) = 13.07%
R=46.13%
G=40.8%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731534900.120.720.3250.3255.8643.53
HexAD99310C482032382c
Octal2552316101411040627054
Binary1010110110011001110001011001001000100000110010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9931; }

 p { color: rgb(173,153,49); }

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

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

 a { background-color: rgb(173,153,49); }

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

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

 span { border-color: rgb(173,153,49); }

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