Html Css Color HEX #AD9831 Reef Gold

📋 copy color: '#AD9831'

red 173 ◦ green 152 ◦ blue 49

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

Shades of Reef Gold #AD9831

Tints of Reef Gold #AD9831

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

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

R = 46.26%
G = 40.64%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD9831 (or 0xAD9831) is known color: Reef Gold. HEX triplet: AD, 98 and 31. RGB value is (173,152,49). Sum of RGB (Red+Green+Blue) = 173+152+49=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9831 is #5267CE. Grayscale: #929292. Windows color (decimal): -5400527 or 3250349. OLE color: 3250349.

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

Color convert

RGB 173 152 49 -
CMYK 0 0.12 0.72 0.32
HSL 49.84º 0.56% 0.44% -
HSV(B) 49.84º 0.72% 0.68% -
XYZ 29.02 31.56 7.47 -
YUV 146.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 173 152 49 0 0.12 0.72 0.32 49.84 0.56 0.44
Hex AD 98 31 0 C 48 20 32 38 2C
Octal 255 230 61 0 14 110 40 62 70 54
Binary 10101101 10011000 110001 0 1100 1001000 100000 110010 111000 101100

Color Harmonies of #AD9831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9831

Black with #AD9831

Text Example


Text Example

White with #AD9831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9831; }

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

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

background-color css

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

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

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

border-color css

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

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

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