Html Css Color HEX #AD932F Reef Gold

📋 copy color: '#AD932F'

red 173 ◦ green 147 ◦ blue 47

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

Shades of Reef Gold #AD932F

Tints of Reef Gold #AD932F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.05%

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 47.14%
G = 40.05%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD932F (or 0xAD932F) is known color: Reef Gold. HEX triplet: AD, 93 and 2F. RGB value is (173,147,47). Sum of RGB (Red+Green+Blue) = 173+147+47=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD932F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD932F is #526CD0. Grayscale: #8F8F8F. Windows color (decimal): -5401809 or 3117997. OLE color: 3117997.

HSL color Cylindrical-coordinate representation of color #AD932F: hue angle of 47.62º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD932F is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 147 47 -
CMYK 0 0.15 0.73 0.32
HSL 47.62º 0.57% 0.43% -
HSV(B) 47.62º 0.73% 0.68% -
XYZ 28.18 29.96 6.99 -
YUV 143.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 173 147 47 0 0.15 0.73 0.32 47.62 0.57 0.43
Hex AD 93 2F 0 F 49 20 30 39 2B
Octal 255 223 57 0 17 111 40 60 71 53
Binary 10101101 10010011 101111 0 1111 1001001 100000 110000 111001 101011

Color Harmonies of #AD932F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD932F

Black with #AD932F

Text Example


Text Example

White with #AD932F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD932F; }

 p { color: rgb(173,147,47); }

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

background-color css

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

 a { background-color: rgb(173,147,47); }

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

border-color css

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

 span { border-color: rgb(173,147,47); }

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