#AD9038

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

Shades of Reef Gold #AD9038

Tints of Reef Gold #AD9038

Color information

#AD9038 (or 0xAD9038) is unknown color: approx Reef Gold. HEX triplet: AD, 90 and 38. RGB value is (173,144,56). Sum of RGB (Red+Green+Blue) = 173+144+56=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9038 is #526FC7. Grayscale: #8F8F8F. Windows color (decimal): -5402568 or 3707053. OLE color: 3707053.

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

Color convert

RGB17314456-
CMYK00.170.680.32
HSL45.13º51.09%44.9%-
HSV(B)45.13º67.63%67.84%-
XYZ27.9229.127.89-
YUV142.6479.11149.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 56 (22.27% from 255) = 15.01%
R=46.38%
G=38.61%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731445600.170.680.3245.1351.0944.9
HexAD903801144202d332d
Octal2552207002110440556355
Binary10101101100100001110000100011000100100000101101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9038; }

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

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

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

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

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

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

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

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