Html Css Color HEX #AD9631 Reef Gold

📋 copy color: '#AD9631'

red 173 ◦ green 150 ◦ blue 49

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

Shades of Reef Gold #AD9631

Tints of Reef Gold #AD9631

RGB

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

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

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

R = 46.51%
G = 40.32%
B = 13.17%

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

#AD9631 (or 0xAD9631) is known color: Reef Gold. HEX triplet: AD, 96 and 31. RGB value is (173,150,49). Sum of RGB (Red+Green+Blue) = 173+150+49=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9631 is #5269CE. Grayscale: #919191. Windows color (decimal): -5401039 or 3249837. OLE color: 3249837.

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

Color convert

RGB 173 150 49 -
CMYK 0 0.13 0.72 0.32
HSL 48.87º 0.56% 0.44% -
HSV(B) 48.87º 0.72% 0.68% -
XYZ 28.69 30.92 7.36 -
YUV 145.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 173 150 49 0 0.13 0.72 0.32 48.87 0.56 0.44
Hex AD 96 31 0 D 48 20 31 38 2C
Octal 255 226 61 0 15 110 40 61 70 54
Binary 10101101 10010110 110001 0 1101 1001000 100000 110001 111000 101100

Color Harmonies of #AD9631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9631

Black with #AD9631

Text Example


Text Example

White with #AD9631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9631; }

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

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

background-color css

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

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

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

border-color css

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

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

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