#A7972E

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

Shades of Reef Gold #A7972E

Tints of Reef Gold #A7972E

Color information

#A7972E (or 0xA7972E) is unknown color: approx Reef Gold. HEX triplet: A7, 97 and 2E. RGB value is (167,151,46). Sum of RGB (Red+Green+Blue) = 167+151+46=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A7972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7972E is #5868D1. Grayscale: #909090. Windows color (decimal): -5794002 or 3053479. OLE color: 3053479.

HSL color Cylindrical-coordinate representation of color #A7972E: hue angle of 52.07º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7972E is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16715146-
CMYK00.100.720.35
HSL52.07º56.81%41.76%-
HSV(B)52.07º72.46%65.49%-
XYZ27.530.557.03-
YUV143.8172.8144.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.88%
GREEN value IS 151 (59.38% from 255) = 41.48%
BLUE value IS 46 (18.36% from 255) = 12.64%
R=45.88%
G=41.48%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671514600.100.720.3552.0756.8141.76
HexA7972E0A482334392a
Octal2472275601211043647152
Binary1010011110010111101110010101001000100011110100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7972E; }

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

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

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

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

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

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

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

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