Html Css Color HEX #AD8F37 Reef Gold

📋 copy color: '#AD8F37'

red 173 ◦ green 143 ◦ blue 55

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

Shades of Reef Gold #AD8F37

Tints of Reef Gold #AD8F37

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.54%

 BLUE value IS 55 (21.88% from 255) = 14.82%

R = 46.63%
G = 38.54%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD8F37 (or 0xAD8F37) is known color: Reef Gold. HEX triplet: AD, 8F and 37. RGB value is (173,143,55). Sum of RGB (Red+Green+Blue) = 173+143+55=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F37 is #5270C8. Grayscale: #8E8E8E. Windows color (decimal): -5402825 or 3641261. OLE color: 3641261.

HSL color Cylindrical-coordinate representation of color #AD8F37: hue angle of 44.75º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD8F37 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 143 55 -
CMYK 0 0.17 0.68 0.32
HSL 44.75º 0.52% 0.45% -
HSV(B) 44.75º 0.68% 0.68% -
XYZ 27.75 28.81 7.71 -
YUV 141.94 78.94 150.16 -
System Red Green Blue C M Y K H S L
Decimal 173 143 55 0 0.17 0.68 0.32 44.75 0.52 0.45
Hex AD 8F 37 0 11 44 20 2D 34 2D
Octal 255 217 67 0 21 104 40 55 64 55
Binary 10101101 10001111 110111 0 10001 1000100 100000 101101 110100 101101

Color Harmonies of #AD8F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F37

Black with #AD8F37

Text Example


Text Example

White with #AD8F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F37; }

 p { color: rgb(173,143,55); }

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

background-color css

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

 a { background-color: rgb(173,143,55); }

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

border-color css

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

 span { border-color: rgb(173,143,55); }

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