Html Css Color HEX #AD9531 Reef Gold

📋 copy color: '#AD9531'

red 173 ◦ green 149 ◦ blue 49

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

Shades of Reef Gold #AD9531

Tints of Reef Gold #AD9531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

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

R = 46.63%
G = 40.16%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD9531 (or 0xAD9531) is known color: Reef Gold. HEX triplet: AD, 95 and 31. RGB value is (173,149,49). Sum of RGB (Red+Green+Blue) = 173+149+49=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9531 is #526ACE. Grayscale: #919191. Windows color (decimal): -5401295 or 3249581. OLE color: 3249581.

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

Color convert

RGB 173 149 49 -
CMYK 0 0.14 0.72 0.32
HSL 48.39º 0.56% 0.44% -
HSV(B) 48.39º 0.72% 0.68% -
XYZ 28.54 30.6 7.31 -
YUV 144.78 73.95 148.13 -
System Red Green Blue C M Y K H S L
Decimal 173 149 49 0 0.14 0.72 0.32 48.39 0.56 0.44
Hex AD 95 31 0 E 48 20 30 38 2C
Octal 255 225 61 0 16 110 40 60 70 54
Binary 10101101 10010101 110001 0 1110 1001000 100000 110000 111000 101100

Color Harmonies of #AD9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9531

Black with #AD9531

Text Example


Text Example

White with #AD9531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9531; }

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

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

background-color css

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

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

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

border-color css

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

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

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