#AD9438

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

Shades of Reef Gold #AD9438

Tints of Reef Gold #AD9438

Color information

#AD9438 (or 0xAD9438) is unknown color: approx Reef Gold. HEX triplet: AD, 94 and 38. RGB value is (173,148,56). Sum of RGB (Red+Green+Blue) = 173+148+56=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9438 is #526BC7. Grayscale: #919191. Windows color (decimal): -5401544 or 3708077. OLE color: 3708077.

HSL color Cylindrical-coordinate representation of color #AD9438: hue angle of 47.18º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD9438 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB17314856-
CMYK00.140.680.32
HSL47.18º51.09%44.9%-
HSV(B)47.18º67.63%67.84%-
XYZ28.5430.358.1-
YUV144.9977.78147.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 56 (22.27% from 255) = 14.85%
R=45.89%
G=39.26%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731485600.140.680.3247.1851.0944.9
HexAD94380E44202f332d
Octal2552247001610440576355
Binary1010110110010100111000011101000100100000101111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9438; }

 p { color: rgb(173,148,56); }

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

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

 a { background-color: rgb(173,148,56); }

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

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

 span { border-color: rgb(173,148,56); }

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