#A7973D

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

Shades of Reef Gold #A7973D

Tints of Reef Gold #A7973D

Color information

#A7973D (or 0xA7973D) is unknown color: approx Reef Gold. HEX triplet: A7, 97 and 3D. RGB value is (167,151,61). Sum of RGB (Red+Green+Blue) = 167+151+61=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A7973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7973D is #5868C2. Grayscale: #919191. Windows color (decimal): -5793987 or 4036519. OLE color: 4036519.

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

Color convert

RGB16715161-
CMYK00.100.630.35
HSL50.94º46.49%44.71%-
HSV(B)50.94º63.47%65.49%-
XYZ27.8530.698.87-
YUV145.5280.3143.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 61 (24.22% from 255) = 16.09%
R=44.06%
G=39.84%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671516100.100.630.3550.9446.4944.71
HexA7973D0A3F23332e2d
Octal247227750127743635655
Binary101001111001011111110101010111111100011110011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7973D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7973D; }

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

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

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

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

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

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

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

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