#AD9238

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

Shades of Reef Gold #AD9238

Tints of Reef Gold #AD9238

Color information

#AD9238 (or 0xAD9238) is unknown color: approx Reef Gold. HEX triplet: AD, 92 and 38. RGB value is (173,146,56). Sum of RGB (Red+Green+Blue) = 173+146+56=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9238 is #526DC7. Grayscale: #909090. Windows color (decimal): -5402056 or 3707565. OLE color: 3707565.

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

Color convert

RGB17314656-
CMYK00.160.680.32
HSL46.15º51.09%44.9%-
HSV(B)46.15º67.63%67.84%-
XYZ28.2329.737.99-
YUV143.8178.45148.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 56 (22.27% from 255) = 14.93%
R=46.13%
G=38.93%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731465600.160.680.3246.1551.0944.9
HexAD923801044202e332d
Octal2552227002010440566355
Binary10101101100100101110000100001000100100000101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9238; }

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

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

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

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

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

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

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

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