Html Css Color HEX #AD902E Reef Gold

📋 copy color: '#AD902E'

red 173 ◦ green 144 ◦ blue 46

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

Shades of Reef Gold #AD902E

Tints of Reef Gold #AD902E

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 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

#AD902E (or 0xAD902E) is known color: 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

RGB 173 144 46 -
CMYK 0 0.17 0.73 0.32
HSL 46.3º 0.58% 0.43% -
HSV(B) 46.3º 0.73% 0.68% -
XYZ 27.7 29.03 6.73 -
YUV 141.5 74.11 150.47 -
System Red Green Blue C M Y K H S L
Decimal 173 144 46 0 0.17 0.73 0.32 46.3 0.58 0.43
Hex AD 90 2E 0 11 49 20 2E 3A 2B
Octal 255 220 56 0 21 111 40 56 72 53
Binary 10101101 10010000 101110 0 10001 1001001 100000 101110 111010 101011

Color Harmonies of #AD902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD902E

Black with #AD902E

Text Example


Text Example

White with #AD902E

Text Example


Text Example

HTML Codes & Css Web 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>