#A7982E

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

Shades of Reef Gold #A7982E

Tints of Reef Gold #A7982E

Color information

#A7982E (or 0xA7982E) is unknown color: approx Reef Gold. HEX triplet: A7, 98 and 2E. RGB value is (167,152,46). Sum of RGB (Red+Green+Blue) = 167+152+46=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A7982E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7982E is #5867D1. Grayscale: #909090. Windows color (decimal): -5793746 or 3053735. OLE color: 3053735.

HSL color Cylindrical-coordinate representation of color #A7982E: hue angle of 52.56º 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 #A7982E is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16715246-
CMYK00.090.720.35
HSL52.56º56.81%41.76%-
HSV(B)52.56º72.46%65.49%-
XYZ27.6630.877.09-
YUV144.472.47144.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=45.75%
G=41.64%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671524600.090.720.3552.5656.8141.76
HexA7982E09482335392a
Octal2472305601111043657152
Binary1010011110011000101110010011001000100011110101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7982E; }

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

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

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

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

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

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

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

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