#A68C3B

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

Shades of Reef Gold #A68C3B

Tints of Reef Gold #A68C3B

Color information

#A68C3B (or 0xA68C3B) is unknown color: approx Reef Gold. HEX triplet: A6, 8C and 3B. RGB value is (166,140,59). Sum of RGB (Red+Green+Blue) = 166+140+59=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C3B is #5973C4. Grayscale: #8A8A8A. Windows color (decimal): -5862341 or 3902630. OLE color: 3902630.

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

Color convert

RGB16614059-
CMYK00.160.640.35
HSL45.42º47.56%44.12%-
HSV(B)45.42º64.46%65.1%-
XYZ25.8927.188.02-
YUV138.5483.11147.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 140 (55.08% from 255) = 38.36%
BLUE value IS 59 (23.44% from 255) = 16.16%
R=45.48%
G=38.36%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661405900.160.640.3545.4247.5644.12
HexA68C3B01040232d302c
Octal2462147302010043556054
Binary10100110100011001110110100001000000100011101101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C3B; }

 p { color: rgb(166,140,59); }

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

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

 a { background-color: rgb(166,140,59); }

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

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

 span { border-color: rgb(166,140,59); }

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