Html Css Color HEX #AD9030 Reef Gold

📋 copy color: '#AD9030'

red 173 ◦ green 144 ◦ blue 48

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

Shades of Reef Gold #AD9030

Tints of Reef Gold #AD9030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 47.4%
G = 39.45%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD9030 (or 0xAD9030) is known color: Reef Gold. HEX triplet: AD, 90 and 30. RGB value is (173,144,48). Sum of RGB (Red+Green+Blue) = 173+144+48=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9030 is #526FCF. Grayscale: #8E8E8E. Windows color (decimal): -5402576 or 3182765. OLE color: 3182765.

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

Color convert

RGB 173 144 48 -
CMYK 0 0.17 0.72 0.32
HSL 46.08º 0.57% 0.43% -
HSV(B) 46.08º 0.72% 0.68% -
XYZ 27.74 29.04 6.94 -
YUV 141.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 173 144 48 0 0.17 0.72 0.32 46.08 0.57 0.43
Hex AD 90 30 0 11 48 20 2E 39 2B
Octal 255 220 60 0 21 110 40 56 71 53
Binary 10101101 10010000 110000 0 10001 1001000 100000 101110 111001 101011

Color Harmonies of #AD9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9030

Black with #AD9030

Text Example


Text Example

White with #AD9030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9030; }

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

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

background-color css

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

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

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

border-color css

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

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

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