Html Css Color HEX #AD9B34 Reef Gold

📋 copy color: '#AD9B34'

red 173 ◦ green 155 ◦ blue 52

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

Shades of Reef Gold #AD9B34

Tints of Reef Gold #AD9B34

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.79%

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

R = 45.53%
G = 40.79%
B = 13.68%

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

#AD9B34 (or 0xAD9B34) is known color: Reef Gold. HEX triplet: AD, 9B and 34. RGB value is (173,155,52). Sum of RGB (Red+Green+Blue) = 173+155+52=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B34 is #5264CB. Grayscale: #959595. Windows color (decimal): -5399756 or 3447725. OLE color: 3447725.

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

Color convert

RGB 173 155 52 -
CMYK 0 0.10 0.70 0.32
HSL 51.07º 0.54% 0.44% -
HSV(B) 51.07º 0.7% 0.68% -
XYZ 29.57 32.57 7.98 -
YUV 148.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 173 155 52 0 0.10 0.70 0.32 51.07 0.54 0.44
Hex AD 9B 34 0 A 46 20 33 36 2C
Octal 255 233 64 0 12 106 40 63 66 54
Binary 10101101 10011011 110100 0 1010 1000110 100000 110011 110110 101100

Color Harmonies of #AD9B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B34

Black with #AD9B34

Text Example


Text Example

White with #AD9B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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