Html Css Color HEX #AD9732 Reef Gold

📋 copy color: '#AD9732'

red 173 ◦ green 151 ◦ blue 50

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

Shades of Reef Gold #AD9732

Tints of Reef Gold #AD9732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.37%

R = 46.26%
G = 40.37%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD9732 (or 0xAD9732) is known color: Reef Gold. HEX triplet: AD, 97 and 32. RGB value is (173,151,50). Sum of RGB (Red+Green+Blue) = 173+151+50=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9732 is #5268CD. Grayscale: #929292. Windows color (decimal): -5400782 or 3315629. OLE color: 3315629.

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

Color convert

RGB 173 151 50 -
CMYK 0 0.13 0.71 0.32
HSL 49.27º 0.55% 0.44% -
HSV(B) 49.27º 0.71% 0.68% -
XYZ 28.88 31.25 7.53 -
YUV 146.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 173 151 50 0 0.13 0.71 0.32 49.27 0.55 0.44
Hex AD 97 32 0 D 47 20 31 37 2C
Octal 255 227 62 0 15 107 40 61 67 54
Binary 10101101 10010111 110010 0 1101 1000111 100000 110001 110111 101100

Color Harmonies of #AD9732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9732

Black with #AD9732

Text Example


Text Example

White with #AD9732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9732; }

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

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

background-color css

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

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

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

border-color css

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

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

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