#A7972D

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

Shades of Reef Gold #A7972D

Tints of Reef Gold #A7972D

Color information

#A7972D (or 0xA7972D) is unknown color: approx Reef Gold. HEX triplet: A7, 97 and 2D. RGB value is (167,151,45). Sum of RGB (Red+Green+Blue) = 167+151+45=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A7972D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7972D is #5868D2. Grayscale: #909090. Windows color (decimal): -5794003 or 2987943. OLE color: 2987943.

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

Color convert

RGB16715145-
CMYK00.100.730.35
HSL52.13º57.55%41.57%-
HSV(B)52.13º73.05%65.49%-
XYZ27.4830.546.93-
YUV143.772.3144.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 151 (59.38% from 255) = 41.60%
BLUE value IS 45 (17.97% from 255) = 12.40%
R=46.01%
G=41.60%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671514500.100.730.3552.1357.5541.57
HexA7972D0A4923343a2a
Octal2472275501211143647252
Binary1010011110010111101101010101001001100011110100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7972D; }

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

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

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

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

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

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

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

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