Html Css Color HEX #AD9A34 Reef Gold

📋 copy color: '#AD9A34'

red 173 ◦ green 154 ◦ blue 52

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

Shades of Reef Gold #AD9A34

Tints of Reef Gold #AD9A34

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

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

R = 45.65%
G = 40.63%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD9A34 (or 0xAD9A34) is known color: Reef Gold. HEX triplet: AD, 9A and 34. RGB value is (173,154,52). Sum of RGB (Red+Green+Blue) = 173+154+52=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A34 is #5265CB. Grayscale: #949494. Windows color (decimal): -5400012 or 3447469. OLE color: 3447469.

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

Color convert

RGB 173 154 52 -
CMYK 0 0.11 0.70 0.32
HSL 50.58º 0.54% 0.44% -
HSV(B) 50.58º 0.7% 0.68% -
XYZ 29.41 32.24 7.92 -
YUV 148.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 173 154 52 0 0.11 0.70 0.32 50.58 0.54 0.44
Hex AD 9A 34 0 B 46 20 33 36 2C
Octal 255 232 64 0 13 106 40 63 66 54
Binary 10101101 10011010 110100 0 1011 1000110 100000 110011 110110 101100

Color Harmonies of #AD9A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A34

Black with #AD9A34

Text Example


Text Example

White with #AD9A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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