#A8942D

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

Shades of Reef Gold #A8942D

Tints of Reef Gold #A8942D

Color information

#A8942D (or 0xA8942D) is unknown color: approx Reef Gold. HEX triplet: A8, 94 and 2D. RGB value is (168,148,45). Sum of RGB (Red+Green+Blue) = 168+148+45=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8942D is #576BD2. Grayscale: #8E8E8E. Windows color (decimal): -5729235 or 2987176. OLE color: 2987176.

HSL color Cylindrical-coordinate representation of color #A8942D: hue angle of 50.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8942D is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB16814845-
CMYK00.120.730.34
HSL50.24º57.75%41.76%-
HSV(B)50.24º73.21%65.88%-
XYZ27.2129.696.78-
YUV142.2473.13146.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.54%
GREEN value IS 148 (58.20% from 255) = 41.00%
BLUE value IS 45 (17.97% from 255) = 12.47%
R=46.54%
G=41.00%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681484500.120.730.3450.2457.7541.76
HexA8942D0C4922323a2a
Octal2502245501411142627252
Binary1010100010010100101101011001001001100010110010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8942D; }

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

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

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

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

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

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

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

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