Html Css Color HEX #AD9934 Reef Gold

📋 copy color: '#AD9934'

red 173 ◦ green 153 ◦ blue 52

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

Shades of Reef Gold #AD9934

Tints of Reef Gold #AD9934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.76%

R = 45.77%
G = 40.48%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD9934 (or 0xAD9934) is known color: Reef Gold. HEX triplet: AD, 99 and 34. RGB value is (173,153,52). Sum of RGB (Red+Green+Blue) = 173+153+52=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9934 is #5266CB. Grayscale: #939393. Windows color (decimal): -5400268 or 3447213. OLE color: 3447213.

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

Color convert

RGB 173 153 52 -
CMYK 0 0.12 0.70 0.32
HSL 50.08º 0.54% 0.44% -
HSV(B) 50.08º 0.7% 0.68% -
XYZ 29.24 31.91 7.87 -
YUV 147.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 173 153 52 0 0.12 0.70 0.32 50.08 0.54 0.44
Hex AD 99 34 0 C 46 20 32 36 2C
Octal 255 231 64 0 14 106 40 62 66 54
Binary 10101101 10011001 110100 0 1100 1000110 100000 110010 110110 101100

Color Harmonies of #AD9934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9934

Black with #AD9934

Text Example


Text Example

White with #AD9934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9934; }

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

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

background-color css

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

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

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

border-color css

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

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

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