Html Css Color HEX #AD962F Reef Gold

📋 copy color: '#AD962F'

red 173 ◦ green 150 ◦ blue 47

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

Shades of Reef Gold #AD962F

Tints of Reef Gold #AD962F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.54%

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

R = 46.76%
G = 40.54%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD962F (or 0xAD962F) is known color: Reef Gold. HEX triplet: AD, 96 and 2F. RGB value is (173,150,47). Sum of RGB (Red+Green+Blue) = 173+150+47=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD962F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD962F is #5269D0. Grayscale: #919191. Windows color (decimal): -5401041 or 3118765. OLE color: 3118765.

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

Color convert

RGB 173 150 47 -
CMYK 0 0.13 0.73 0.32
HSL 49.05º 0.57% 0.43% -
HSV(B) 49.05º 0.73% 0.68% -
XYZ 28.65 30.9 7.14 -
YUV 145.14 72.62 147.88 -
System Red Green Blue C M Y K H S L
Decimal 173 150 47 0 0.13 0.73 0.32 49.05 0.57 0.43
Hex AD 96 2F 0 D 49 20 31 39 2B
Octal 255 226 57 0 15 111 40 61 71 53
Binary 10101101 10010110 101111 0 1101 1001001 100000 110001 111001 101011

Color Harmonies of #AD962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD962F

Black with #AD962F

Text Example


Text Example

White with #AD962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD962F; }

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

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

background-color css

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

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

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

border-color css

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

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

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