#A69C39

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

Shades of Reef Gold #A69C39

Tints of Reef Gold #A69C39

Color information

#A69C39 (or 0xA69C39) is unknown color: approx Reef Gold. HEX triplet: A6, 9C and 39. RGB value is (166,156,57). Sum of RGB (Red+Green+Blue) = 166+156+57=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69C39 is #5963C6. Grayscale: #949494. Windows color (decimal): -5858247 or 3775654. OLE color: 3775654.

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

Color convert

RGB16615657-
CMYK00.060.660.35
HSL54.5º48.88%43.73%-
HSV(B)54.5º65.66%65.1%-
XYZ28.3532.188.59-
YUV147.776.81141.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 156 (61.33% from 255) = 41.16%
BLUE value IS 57 (22.66% from 255) = 15.04%
R=43.80%
G=41.16%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661565700.060.660.3554.548.8843.73
HexA69C3906422336312c
Octal246234710610243666154
Binary101001101001110011100101101000010100011110110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C39; }

 p { color: rgb(166,156,57); }

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

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

 a { background-color: rgb(166,156,57); }

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

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

 span { border-color: rgb(166,156,57); }

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