Html Css Color HEX #AD902F Reef Gold

📋 copy color: '#AD902F'

red 173 ◦ green 144 ◦ blue 47

#AD902F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #AD902F

Tints of Reef Gold #AD902F

RGB

 RED value IS 173 (67.97% from 255) = 47.53%

 GREEN value IS 144 (56.64% from 255) = 39.56%

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 47.53%
G = 39.56%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD902F (or 0xAD902F) is known color: Reef Gold. HEX triplet: AD, 90 and 2F. RGB value is (173,144,47). Sum of RGB (Red+Green+Blue) = 173+144+47=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD902F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD902F is #526FD0. Grayscale: #8E8E8E. Windows color (decimal): -5402577 or 3117229. OLE color: 3117229.

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

Color convert

RGB 173 144 47 -
CMYK 0 0.17 0.73 0.32
HSL 46.19º 0.57% 0.43% -
HSV(B) 46.19º 0.73% 0.68% -
XYZ 27.72 29.04 6.83 -
YUV 141.61 74.61 150.39 -
System Red Green Blue C M Y K H S L
Decimal 173 144 47 0 0.17 0.73 0.32 46.19 0.57 0.43
Hex AD 90 2F 0 11 49 20 2E 39 2B
Octal 255 220 57 0 21 111 40 56 71 53
Binary 10101101 10010000 101111 0 10001 1001001 100000 101110 111001 101011

Color Harmonies of #AD902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD902F

Black with #AD902F

Text Example


Text Example

White with #AD902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD902F; }

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

 H1.HeaderClassName
 {
   color: #AD902F;
 }
 .AnyTagClassName
 {
   color: #AD902F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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