#A6973E

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

Shades of Reef Gold #A6973E

Tints of Reef Gold #A6973E

Color information

#A6973E (or 0xA6973E) is unknown color: approx Reef Gold. HEX triplet: A6, 97 and 3E. RGB value is (166,151,62). Sum of RGB (Red+Green+Blue) = 166+151+62=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A6973E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6973E is #5968C1. Grayscale: #919191. Windows color (decimal): -5859522 or 4102054. OLE color: 4102054.

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

Color convert

RGB16615162-
CMYK00.090.630.35
HSL51.35º45.61%44.71%-
HSV(B)51.35º62.65%65.1%-
XYZ27.6630.599-
YUV145.3480.97142.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 62 (24.61% from 255) = 16.36%
R=43.80%
G=39.84%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661516200.090.630.3551.3545.6144.71
HexA6973E093F23332e2d
Octal246227760117743635655
Binary101001101001011111111001001111111100011110011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6973E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6973E; }

 p { color: rgb(166,151,62); }

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

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

 a { background-color: rgb(166,151,62); }

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

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

 span { border-color: rgb(166,151,62); }

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