Html Css Color HEX #AD9430 Reef Gold

📋 copy color: '#AD9430'

red 173 ◦ green 148 ◦ blue 48

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

Shades of Reef Gold #AD9430

Tints of Reef Gold #AD9430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.11%

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

R = 46.88%
G = 40.11%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD9430 (or 0xAD9430) is known color: Reef Gold. HEX triplet: AD, 94 and 30. RGB value is (173,148,48). Sum of RGB (Red+Green+Blue) = 173+148+48=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9430 is #526BCF. Grayscale: #909090. Windows color (decimal): -5401552 or 3183789. OLE color: 3183789.

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

Color convert

RGB 173 148 48 -
CMYK 0 0.14 0.72 0.32
HSL 48º 0.57% 0.43% -
HSV(B) 48º 0.72% 0.68% -
XYZ 28.36 30.28 7.15 -
YUV 144.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 173 148 48 0 0.14 0.72 0.32 48 0.57 0.43
Hex AD 94 30 0 E 48 20 30 39 2B
Octal 255 224 60 0 16 110 40 60 71 53
Binary 10101101 10010100 110000 0 1110 1001000 100000 110000 111001 101011

Color Harmonies of #AD9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9430

Black with #AD9430

Text Example


Text Example

White with #AD9430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9430; }

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

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

background-color css

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

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

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

border-color css

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

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

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