Html Css Color HEX #AD942D Reef Gold

📋 copy color: '#AD942D'

red 173 ◦ green 148 ◦ blue 45

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

Shades of Reef Gold #AD942D

Tints of Reef Gold #AD942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

 BLUE value IS 45 (17.97% from 255) = 12.3%

R = 47.27%
G = 40.44%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD942D (or 0xAD942D) is known color: Reef Gold. HEX triplet: AD, 94 and 2D. RGB value is (173,148,45). Sum of RGB (Red+Green+Blue) = 173+148+45=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD942D is #526BD2. Grayscale: #909090. Windows color (decimal): -5401555 or 2987181. OLE color: 2987181.

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

Color convert

RGB 173 148 45 -
CMYK 0 0.14 0.74 0.32
HSL 48.28º 0.59% 0.43% -
HSV(B) 48.28º 0.74% 0.68% -
XYZ 28.3 30.25 6.83 -
YUV 143.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 173 148 45 0 0.14 0.74 0.32 48.28 0.59 0.43
Hex AD 94 2D 0 E 4A 20 30 3B 2B
Octal 255 224 55 0 16 112 40 60 73 53
Binary 10101101 10010100 101101 0 1110 1001010 100000 110000 111011 101011

Color Harmonies of #AD942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD942D

Black with #AD942D

Text Example


Text Example

White with #AD942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD942D; }

 p { color: rgb(173,148,45); }

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

background-color css

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

 a { background-color: rgb(173,148,45); }

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

border-color css

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

 span { border-color: rgb(173,148,45); }

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