#A68A2C

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

Shades of Reef Gold #A68A2C

Tints of Reef Gold #A68A2C

Color information

#A68A2C (or 0xA68A2C) is unknown color: approx Reef Gold. HEX triplet: A6, 8A and 2C. RGB value is (166,138,44). Sum of RGB (Red+Green+Blue) = 166+138+44=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A2C is #5975D3. Grayscale: #888888. Windows color (decimal): -5862868 or 2919078. OLE color: 2919078.

HSL color Cylindrical-coordinate representation of color #A68A2C: hue angle of 46.23º degrees, saturation: 0.58, 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 #A68A2C is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16613844-
CMYK00.170.730.35
HSL46.23º58.1%41.18%-
HSV(B)46.23º73.49%65.1%-
XYZ25.2726.476.16-
YUV135.6676.28149.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 44 (17.58% from 255) = 12.64%
R=47.70%
G=39.66%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661384400.170.730.3546.2358.141.18
HexA68A2C01149232e3a29
Octal2462125402111143567251
Binary10100110100010101011000100011001001100011101110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A2C; }

 p { color: rgb(166,138,44); }

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

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

 a { background-color: rgb(166,138,44); }

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

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

 span { border-color: rgb(166,138,44); }

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