#A6993D

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

Shades of Reef Gold #A6993D

Tints of Reef Gold #A6993D

Color information

#A6993D (or 0xA6993D) is unknown color: approx Reef Gold. HEX triplet: A6, 99 and 3D. RGB value is (166,153,61). Sum of RGB (Red+Green+Blue) = 166+153+61=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A6993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6993D is #5966C2. Grayscale: #929292. Windows color (decimal): -5859011 or 4037030. OLE color: 4037030.

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

Color convert

RGB16615361-
CMYK00.080.630.35
HSL52.57º46.26%44.51%-
HSV(B)52.57º63.25%65.1%-
XYZ27.9631.238.97-
YUV146.479.81141.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 61 (24.22% from 255) = 16.05%
R=43.68%
G=40.26%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661536100.080.630.3552.5746.2644.51
HexA6993D083F23352e2d
Octal246231750107743655655
Binary101001101001100111110101000111111100011110101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6993D; }

 p { color: rgb(166,153,61); }

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

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

 a { background-color: rgb(166,153,61); }

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

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

 span { border-color: rgb(166,153,61); }

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