Html Css Color HEX #AD953A Reef Gold

📋 copy color: '#AD953A'

red 173 ◦ green 149 ◦ blue 58

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

Shades of Reef Gold #AD953A

Tints of Reef Gold #AD953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.21%

 BLUE value IS 58 (23.05% from 255) = 15.26%

R = 45.53%
G = 39.21%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD953A (or 0xAD953A) is known color: Reef Gold. HEX triplet: AD, 95 and 3A. RGB value is (173,149,58). Sum of RGB (Red+Green+Blue) = 173+149+58=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD953A is #526AC5. Grayscale: #929292. Windows color (decimal): -5401286 or 3839405. OLE color: 3839405.

HSL color Cylindrical-coordinate representation of color #AD953A: hue angle of 47.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD953A is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 149 58 -
CMYK 0 0.14 0.66 0.32
HSL 47.48º 0.5% 0.45% -
HSV(B) 47.48º 0.66% 0.68% -
XYZ 28.74 30.68 8.41 -
YUV 145.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 173 149 58 0 0.14 0.66 0.32 47.48 0.5 0.45
Hex AD 95 3A 0 E 42 20 2F 32 2D
Octal 255 225 72 0 16 102 40 57 62 55
Binary 10101101 10010101 111010 0 1110 1000010 100000 101111 110010 101101

Color Harmonies of #AD953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD953A

Black with #AD953A

Text Example


Text Example

White with #AD953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD953A; }

 p { color: rgb(173,149,58); }

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

background-color css

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

 a { background-color: rgb(173,149,58); }

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

border-color css

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

 span { border-color: rgb(173,149,58); }

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