Html Css Color HEX #AD9036 Reef Gold

📋 copy color: '#AD9036'

red 173 ◦ green 144 ◦ blue 54

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

Shades of Reef Gold #AD9036

Tints of Reef Gold #AD9036

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

 BLUE value IS 54 (21.48% from 255) = 14.56%

R = 46.63%
G = 38.81%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD9036 (or 0xAD9036) is known color: Reef Gold. HEX triplet: AD, 90 and 36. RGB value is (173,144,54). Sum of RGB (Red+Green+Blue) = 173+144+54=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9036 is #526FC9. Grayscale: #8E8E8E. Windows color (decimal): -5402570 or 3575981. OLE color: 3575981.

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

Color convert

RGB 173 144 54 -
CMYK 0 0.17 0.69 0.32
HSL 45.38º 0.52% 0.45% -
HSV(B) 45.38º 0.69% 0.68% -
XYZ 27.87 29.1 7.64 -
YUV 142.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 173 144 54 0 0.17 0.69 0.32 45.38 0.52 0.45
Hex AD 90 36 0 11 45 20 2D 34 2D
Octal 255 220 66 0 21 105 40 55 64 55
Binary 10101101 10010000 110110 0 10001 1000101 100000 101101 110100 101101

Color Harmonies of #AD9036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9036

Black with #AD9036

Text Example


Text Example

White with #AD9036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9036; }

 p { color: rgb(173,144,54); }

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

background-color css

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

 a { background-color: rgb(173,144,54); }

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

border-color css

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

 span { border-color: rgb(173,144,54); }

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