Html Css Color HEX #AD9630 Reef Gold

📋 copy color: '#AD9630'

red 173 ◦ green 150 ◦ blue 48

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

Shades of Reef Gold #AD9630

Tints of Reef Gold #AD9630

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.43%

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

R = 46.63%
G = 40.43%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD9630 (or 0xAD9630) is known color: Reef Gold. HEX triplet: AD, 96 and 30. RGB value is (173,150,48). Sum of RGB (Red+Green+Blue) = 173+150+48=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9630 is #5269CF. Grayscale: #919191. Windows color (decimal): -5401040 or 3184301. OLE color: 3184301.

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

Color convert

RGB 173 150 48 -
CMYK 0 0.13 0.72 0.32
HSL 48.96º 0.57% 0.43% -
HSV(B) 48.96º 0.72% 0.68% -
XYZ 28.67 30.91 7.25 -
YUV 145.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 173 150 48 0 0.13 0.72 0.32 48.96 0.57 0.43
Hex AD 96 30 0 D 48 20 31 39 2B
Octal 255 226 60 0 15 110 40 61 71 53
Binary 10101101 10010110 110000 0 1101 1001000 100000 110001 111001 101011

Color Harmonies of #AD9630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9630

Black with #AD9630

Text Example


Text Example

White with #AD9630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9630; }

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

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

background-color css

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

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

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

border-color css

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

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

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