Html Css Color HEX #AD9537 Reef Gold

📋 copy color: '#AD9537'

red 173 ◦ green 149 ◦ blue 55

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

Shades of Reef Gold #AD9537

Tints of Reef Gold #AD9537

RGB

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

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

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

R = 45.89%
G = 39.52%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD9537 (or 0xAD9537) is known color: Reef Gold. HEX triplet: AD, 95 and 37. RGB value is (173,149,55). Sum of RGB (Red+Green+Blue) = 173+149+55=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9537 is #526AC8. Grayscale: #919191. Windows color (decimal): -5401289 or 3642797. OLE color: 3642797.

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

Color convert

RGB 173 149 55 -
CMYK 0 0.14 0.68 0.32
HSL 47.8º 0.52% 0.45% -
HSV(B) 47.8º 0.68% 0.68% -
XYZ 28.67 30.65 8.02 -
YUV 145.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 173 149 55 0 0.14 0.68 0.32 47.8 0.52 0.45
Hex AD 95 37 0 E 44 20 30 34 2D
Octal 255 225 67 0 16 104 40 60 64 55
Binary 10101101 10010101 110111 0 1110 1000100 100000 110000 110100 101101

Color Harmonies of #AD9537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9537

Black with #AD9537

Text Example


Text Example

White with #AD9537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9537; }

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

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

background-color css

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

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

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

border-color css

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

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

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