#AD902E

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

Shades of Reef Gold #AD902E

Tints of Reef Gold #AD902E

Color information

#AD902E (or 0xAD902E) is unknown color: approx Reef Gold. HEX triplet: AD, 90 and 2E. RGB value is (173,144,46). Sum of RGB (Red+Green+Blue) = 173+144+46=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD902E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD902E is #526FD1. Grayscale: #8D8D8D. Windows color (decimal): -5402578 or 3051693. OLE color: 3051693.

HSL color Cylindrical-coordinate representation of color #AD902E: hue angle of 46.3º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD902E is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB17314446-
CMYK00.170.730.32
HSL46.3º57.99%42.94%-
HSV(B)46.3º73.41%67.84%-
XYZ27.729.036.73-
YUV141.574.11150.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 46 (18.36% from 255) = 12.67%
R=47.66%
G=39.67%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731444600.170.730.3246.357.9942.94
HexAD902E01149202e3a2b
Octal2552205602111140567253
Binary10101101100100001011100100011001001100000101110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD902E; }

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

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

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

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

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

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

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

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