Html Css Color HEX #AD9730 Reef Gold

📋 copy color: '#AD9730'

red 173 ◦ green 151 ◦ blue 48

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

Shades of Reef Gold #AD9730

Tints of Reef Gold #AD9730

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.59%

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 46.51%
G = 40.59%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD9730 (or 0xAD9730) is known color: Reef Gold. HEX triplet: AD, 97 and 30. RGB value is (173,151,48). Sum of RGB (Red+Green+Blue) = 173+151+48=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9730 is #5268CF. Grayscale: #929292. Windows color (decimal): -5400784 or 3184557. OLE color: 3184557.

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

Color convert

RGB 173 151 48 -
CMYK 0 0.13 0.72 0.32
HSL 49.44º 0.57% 0.43% -
HSV(B) 49.44º 0.72% 0.68% -
XYZ 28.83 31.23 7.3 -
YUV 145.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 173 151 48 0 0.13 0.72 0.32 49.44 0.57 0.43
Hex AD 97 30 0 D 48 20 31 39 2B
Octal 255 227 60 0 15 110 40 61 71 53
Binary 10101101 10010111 110000 0 1101 1001000 100000 110001 111001 101011

Color Harmonies of #AD9730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9730

Black with #AD9730

Text Example


Text Example

White with #AD9730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9730; }

 p { color: rgb(173,151,48); }

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

background-color css

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

 a { background-color: rgb(173,151,48); }

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

border-color css

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

 span { border-color: rgb(173,151,48); }

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