Html Css Color HEX #AD9C34 Reef Gold

📋 copy color: '#AD9C34'

red 173 ◦ green 156 ◦ blue 52

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

Shades of Reef Gold #AD9C34

Tints of Reef Gold #AD9C34

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.94%

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

R = 45.41%
G = 40.94%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD9C34 (or 0xAD9C34) is known color: Reef Gold. HEX triplet: AD, 9C and 34. RGB value is (173,156,52). Sum of RGB (Red+Green+Blue) = 173+156+52=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9C34 is #5263CB. Grayscale: #959595. Windows color (decimal): -5399500 or 3447981. OLE color: 3447981.

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

Color convert

RGB 173 156 52 -
CMYK 0 0.10 0.70 0.32
HSL 51.57º 0.54% 0.44% -
HSV(B) 51.57º 0.7% 0.68% -
XYZ 29.74 32.91 8.03 -
YUV 149.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 173 156 52 0 0.10 0.70 0.32 51.57 0.54 0.44
Hex AD 9C 34 0 A 46 20 34 36 2C
Octal 255 234 64 0 12 106 40 64 66 54
Binary 10101101 10011100 110100 0 1010 1000110 100000 110100 110110 101100

Color Harmonies of #AD9C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C34

Black with #AD9C34

Text Example


Text Example

White with #AD9C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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