#A6973A

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

Shades of Reef Gold #A6973A

Tints of Reef Gold #A6973A

Color information

#A6973A (or 0xA6973A) is unknown color: approx Reef Gold. HEX triplet: A6, 97 and 3A. RGB value is (166,151,58). Sum of RGB (Red+Green+Blue) = 166+151+58=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6973A is #5968C5. Grayscale: #919191. Windows color (decimal): -5859526 or 3839910. OLE color: 3839910.

HSL color Cylindrical-coordinate representation of color #A6973A: hue angle of 51.67º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6973A is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB16615158-
CMYK00.090.650.35
HSL51.67º48.21%43.92%-
HSV(B)51.67º65.06%65.1%-
XYZ27.5630.558.45-
YUV144.8878.97143.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 151 (59.38% from 255) = 40.27%
BLUE value IS 58 (23.05% from 255) = 15.47%
R=44.27%
G=40.27%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661515800.090.650.3551.6748.2143.92
HexA6973A09412334302c
Octal2462277201110143646054
Binary1010011010010111111010010011000001100011110100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6973A; }

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

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

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

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

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

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

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

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