Html Css Color HEX #AD8C31 Reef Gold

📋 copy color: '#AD8C31'

red 173 ◦ green 140 ◦ blue 49

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

Shades of Reef Gold #AD8C31

Tints of Reef Gold #AD8C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

 BLUE value IS 49 (19.53% from 255) = 13.54%

R = 47.79%
G = 38.67%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD8C31 (or 0xAD8C31) is known color: Reef Gold. HEX triplet: AD, 8C and 31. RGB value is (173,140,49). Sum of RGB (Red+Green+Blue) = 173+140+49=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C31 is #5273CE. Grayscale: #8B8B8B. Windows color (decimal): -5403599 or 3247277. OLE color: 3247277.

HSL color Cylindrical-coordinate representation of color #AD8C31: hue angle of 44.03º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD8C31 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 140 49 -
CMYK 0 0.19 0.72 0.32
HSL 44.03º 0.56% 0.44% -
HSV(B) 44.03º 0.72% 0.68% -
XYZ 27.17 27.86 6.85 -
YUV 139.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 173 140 49 0 0.19 0.72 0.32 44.03 0.56 0.44
Hex AD 8C 31 0 13 48 20 2C 38 2C
Octal 255 214 61 0 23 110 40 54 70 54
Binary 10101101 10001100 110001 0 10011 1001000 100000 101100 111000 101100

Color Harmonies of #AD8C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C31

Black with #AD8C31

Text Example


Text Example

White with #AD8C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C31; }

 p { color: rgb(173,140,49); }

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

background-color css

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

 a { background-color: rgb(173,140,49); }

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

border-color css

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

 span { border-color: rgb(173,140,49); }

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