#A68D2E

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

Shades of Reef Gold #A68D2E

Tints of Reef Gold #A68D2E

Color information

#A68D2E (or 0xA68D2E) is unknown color: approx Reef Gold. HEX triplet: A6, 8D and 2E. RGB value is (166,141,46). Sum of RGB (Red+Green+Blue) = 166+141+46=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D2E is #5972D1. Grayscale: #8A8A8A. Windows color (decimal): -5862098 or 3050918. OLE color: 3050918.

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

Color convert

RGB16614146-
CMYK00.150.720.35
HSL47.5º56.6%41.57%-
HSV(B)47.5º72.29%65.1%-
XYZ25.7427.356.51-
YUV137.6576.28148.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 141 (55.47% from 255) = 39.94%
BLUE value IS 46 (18.36% from 255) = 13.03%
R=47.03%
G=39.94%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661414600.150.720.3547.556.641.57
HexA68D2E0F482330392a
Octal2462155601711043607152
Binary1010011010001101101110011111001000100011110000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D2E; }

 p { color: rgb(166,141,46); }

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

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

 a { background-color: rgb(166,141,46); }

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

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

 span { border-color: rgb(166,141,46); }

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