Html Css Color HEX #AD9434 Reef Gold

📋 copy color: '#AD9434'

red 173 ◦ green 148 ◦ blue 52

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

Shades of Reef Gold #AD9434

Tints of Reef Gold #AD9434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.94%

R = 46.38%
G = 39.68%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD9434 (or 0xAD9434) is known color: Reef Gold. HEX triplet: AD, 94 and 34. RGB value is (173,148,52). Sum of RGB (Red+Green+Blue) = 173+148+52=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9434 is #526BCB. Grayscale: #909090. Windows color (decimal): -5401548 or 3445933. OLE color: 3445933.

HSL color Cylindrical-coordinate representation of color #AD9434: hue angle of 47.6º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD9434 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 52 -
CMYK 0 0.14 0.70 0.32
HSL 47.6º 0.54% 0.44% -
HSV(B) 47.6º 0.7% 0.68% -
XYZ 28.44 30.31 7.6 -
YUV 144.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 173 148 52 0 0.14 0.70 0.32 47.6 0.54 0.44
Hex AD 94 34 0 E 46 20 30 36 2C
Octal 255 224 64 0 16 106 40 60 66 54
Binary 10101101 10010100 110100 0 1110 1000110 100000 110000 110110 101100

Color Harmonies of #AD9434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9434

Black with #AD9434

Text Example


Text Example

White with #AD9434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9434; }

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

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

background-color css

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

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

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

border-color css

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

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

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