Html Css Color HEX #AD9130 Reef Gold

📋 copy color: '#AD9130'

red 173 ◦ green 145 ◦ blue 48

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

Shades of Reef Gold #AD9130

Tints of Reef Gold #AD9130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

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

R = 47.27%
G = 39.62%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD9130 (or 0xAD9130) is known color: Reef Gold. HEX triplet: AD, 91 and 30. RGB value is (173,145,48). Sum of RGB (Red+Green+Blue) = 173+145+48=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9130 is #526ECF. Grayscale: #8E8E8E. Windows color (decimal): -5402320 or 3183021. OLE color: 3183021.

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

Color convert

RGB 173 145 48 -
CMYK 0 0.16 0.72 0.32
HSL 46.56º 0.57% 0.43% -
HSV(B) 46.56º 0.72% 0.68% -
XYZ 27.89 29.35 6.99 -
YUV 142.31 74.78 149.89 -
System Red Green Blue C M Y K H S L
Decimal 173 145 48 0 0.16 0.72 0.32 46.56 0.57 0.43
Hex AD 91 30 0 10 48 20 2F 39 2B
Octal 255 221 60 0 20 110 40 57 71 53
Binary 10101101 10010001 110000 0 10000 1001000 100000 101111 111001 101011

Color Harmonies of #AD9130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9130

Black with #AD9130

Text Example


Text Example

White with #AD9130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9130; }

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

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

background-color css

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

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

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

border-color css

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

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

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