#AD8C31

Color #AD8C31 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #AD8C31

Tints of Reef Gold #AD8C31

Color information

#AD8C31 (or 0xAD8C31) is unknown color: approx 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

RGB17314049-
CMYK00.190.720.32
HSL44.03º55.86%43.53%-
HSV(B)44.03º71.68%67.84%-
XYZ27.1727.866.85-
YUV139.4976.93151.9-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731404900.190.720.3244.0355.8643.53
HexAD8C3101348202c382c
Octal2552146102311040547054
Binary10101101100011001100010100111001000100000101100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>