Html Css Color HEX #AD922F Reef Gold

📋 copy color: '#AD922F'

red 173 ◦ green 146 ◦ blue 47

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

Shades of Reef Gold #AD922F

Tints of Reef Gold #AD922F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.89%

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

R = 47.27%
G = 39.89%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD922F (or 0xAD922F) is known color: Reef Gold. HEX triplet: AD, 92 and 2F. RGB value is (173,146,47). Sum of RGB (Red+Green+Blue) = 173+146+47=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD922F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD922F is #526DD0. Grayscale: #8F8F8F. Windows color (decimal): -5402065 or 3117741. OLE color: 3117741.

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

Color convert

RGB 173 146 47 -
CMYK 0 0.16 0.73 0.32
HSL 47.14º 0.57% 0.43% -
HSV(B) 47.14º 0.73% 0.68% -
XYZ 28.03 29.65 6.93 -
YUV 142.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 173 146 47 0 0.16 0.73 0.32 47.14 0.57 0.43
Hex AD 92 2F 0 10 49 20 2F 39 2B
Octal 255 222 57 0 20 111 40 57 71 53
Binary 10101101 10010010 101111 0 10000 1001001 100000 101111 111001 101011

Color Harmonies of #AD922F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD922F

Black with #AD922F

Text Example


Text Example

White with #AD922F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD922F; }

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

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

background-color css

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

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

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

border-color css

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

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

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