Html Css Color HEX #AD8731 Reef Gold

📋 copy color: '#AD8731'

red 173 ◦ green 135 ◦ blue 49

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

Shades of Reef Gold #AD8731

Tints of Reef Gold #AD8731

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.82%

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

R = 48.46%
G = 37.82%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD8731 (or 0xAD8731) is known color: Reef Gold. HEX triplet: AD, 87 and 31. RGB value is (173,135,49). Sum of RGB (Red+Green+Blue) = 173+135+49=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8731 is #5278CE. Grayscale: #888888. Windows color (decimal): -5404879 or 3245997. OLE color: 3245997.

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

Color convert

RGB 173 135 49 -
CMYK 0 0.22 0.72 0.32
HSL 41.61º 0.56% 0.44% -
HSV(B) 41.61º 0.72% 0.68% -
XYZ 26.45 26.43 6.61 -
YUV 136.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 173 135 49 0 0.22 0.72 0.32 41.61 0.56 0.44
Hex AD 87 31 0 16 48 20 2A 38 2C
Octal 255 207 61 0 26 110 40 52 70 54
Binary 10101101 10000111 110001 0 10110 1001000 100000 101010 111000 101100

Color Harmonies of #AD8731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8731

Black with #AD8731

Text Example


Text Example

White with #AD8731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8731; }

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

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

background-color css

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

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

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

border-color css

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

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

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