#A68E2D

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

Shades of Reef Gold #A68E2D

Tints of Reef Gold #A68E2D

Color information

#A68E2D (or 0xA68E2D) is unknown color: approx Reef Gold. HEX triplet: A6, 8E and 2D. RGB value is (166,142,45). Sum of RGB (Red+Green+Blue) = 166+142+45=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E2D is #5971D2. Grayscale: #8A8A8A. Windows color (decimal): -5861843 or 2985638. OLE color: 2985638.

HSL color Cylindrical-coordinate representation of color #A68E2D: hue angle of 48.1º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A68E2D is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16614245-
CMYK00.140.730.35
HSL48.1º57.35%41.37%-
HSV(B)48.1º72.89%65.1%-
XYZ25.8727.646.45-
YUV138.1275.45147.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 142 (55.86% from 255) = 40.23%
BLUE value IS 45 (17.97% from 255) = 12.75%
R=47.03%
G=40.23%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661424500.140.730.3548.157.3541.37
HexA68E2D0E4923303929
Octal2462165501611143607151
Binary1010011010001110101101011101001001100011110000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E2D; }

 p { color: rgb(166,142,45); }

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

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

 a { background-color: rgb(166,142,45); }

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

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

 span { border-color: rgb(166,142,45); }

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