#A18D2F

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

Shades of Reef Gold #A18D2F

Tints of Reef Gold #A18D2F

Color information

#A18D2F (or 0xA18D2F) is unknown color: approx Reef Gold. HEX triplet: A1, 8D and 2F. RGB value is (161,141,47). Sum of RGB (Red+Green+Blue) = 161+141+47=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18D2F is #5E72D0. Grayscale: #888888. Windows color (decimal): -6189777 or 3116449. OLE color: 3116449.

HSL color Cylindrical-coordinate representation of color #A18D2F: hue angle of 49.47º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A18D2F is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB16114147-
CMYK00.120.710.37
HSL49.47º54.81%40.78%-
HSV(B)49.47º70.81%63.14%-
XYZ24.7426.836.56-
YUV136.2677.63145.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 141 (55.47% from 255) = 40.40%
BLUE value IS 47 (18.75% from 255) = 13.47%
R=46.13%
G=40.40%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611414700.120.710.3749.4754.8140.78
HexA18D2F0C4725313729
Octal2412155701410745616751
Binary1010000110001101101111011001000111100101110001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D2F; }

 p { color: rgb(161,141,47); }

 H1.HeaderClassName
 {
   color: #A18D2F;
 }
 .AnyTagClassName
 {
   color: #A18D2F;
 }
</style>
background-color css

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

 a { background-color: rgb(161,141,47); }

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

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

 span { border-color: rgb(161,141,47); }

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