#A6923D

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

Shades of Reef Gold #A6923D

Tints of Reef Gold #A6923D

Color information

#A6923D (or 0xA6923D) is unknown color: approx Reef Gold. HEX triplet: A6, 92 and 3D. RGB value is (166,146,61). Sum of RGB (Red+Green+Blue) = 166+146+61=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6923D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6923D is #596DC2. Grayscale: #8E8E8E. Windows color (decimal): -5860803 or 4035238. OLE color: 4035238.

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

Color convert

RGB16614661-
CMYK00.120.630.35
HSL48.57º46.26%44.51%-
HSV(B)48.57º63.25%65.1%-
XYZ26.85298.6-
YUV142.2982.13144.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 146 (57.42% from 255) = 39.14%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=44.50%
G=39.14%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661466100.120.630.3548.5746.2644.51
HexA6923D0C3F23312e2d
Octal246222750147743615655
Binary101001101001001011110101100111111100011110001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6923D; }

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

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

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

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

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

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

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

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