Html Css Color HEX #AD9931 Reef Gold

📋 copy color: '#AD9931'

red 173 ◦ green 153 ◦ blue 49

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

Shades of Reef Gold #AD9931

Tints of Reef Gold #AD9931

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

 BLUE value IS 49 (19.53% from 255) = 13.07%

R = 46.13%
G = 40.8%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD9931 (or 0xAD9931) is known color: Reef Gold. HEX triplet: AD, 99 and 31. RGB value is (173,153,49). Sum of RGB (Red+Green+Blue) = 173+153+49=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9931 is #5266CE. Grayscale: #939393. Windows color (decimal): -5400271 or 3250605. OLE color: 3250605.

HSL color Cylindrical-coordinate representation of color #AD9931: hue angle of 50.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD9931 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 49 -
CMYK 0 0.12 0.72 0.32
HSL 50.32º 0.56% 0.44% -
HSV(B) 50.32º 0.72% 0.68% -
XYZ 29.18 31.89 7.52 -
YUV 147.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 173 153 49 0 0.12 0.72 0.32 50.32 0.56 0.44
Hex AD 99 31 0 C 48 20 32 38 2C
Octal 255 231 61 0 14 110 40 62 70 54
Binary 10101101 10011001 110001 0 1100 1001000 100000 110010 111000 101100

Color Harmonies of #AD9931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9931

Black with #AD9931

Text Example


Text Example

White with #AD9931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9931; }

 p { color: rgb(173,153,49); }

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

background-color css

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

 a { background-color: rgb(173,153,49); }

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

border-color css

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

 span { border-color: rgb(173,153,49); }

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