#A8972E

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

Shades of Reef Gold #A8972E

Tints of Reef Gold #A8972E

Color information

#A8972E (or 0xA8972E) is unknown color: approx Reef Gold. HEX triplet: A8, 97 and 2E. RGB value is (168,151,46). Sum of RGB (Red+Green+Blue) = 168+151+46=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8972E is #5768D1. Grayscale: #909090. Windows color (decimal): -5728466 or 3053480. OLE color: 3053480.

HSL color Cylindrical-coordinate representation of color #A8972E: hue angle of 51.64º degrees, saturation: 0.57, 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 #A8972E is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB16815146-
CMYK00.100.730.34
HSL51.64º57.01%41.96%-
HSV(B)51.64º72.62%65.88%-
XYZ27.7130.667.04-
YUV144.1172.63145.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=46.03%
G=41.37%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681514600.100.730.3451.6457.0141.96
HexA8972E0A492234392a
Octal2502275601211142647152
Binary1010100010010111101110010101001001100010110100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8972E; }

 p { color: rgb(168,151,46); }

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

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

 a { background-color: rgb(168,151,46); }

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

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

 span { border-color: rgb(168,151,46); }

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