#A68D3B

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

Shades of Reef Gold #A68D3B

Tints of Reef Gold #A68D3B

Color information

#A68D3B (or 0xA68D3B) is unknown color: approx Reef Gold. HEX triplet: A6, 8D and 3B. RGB value is (166,141,59). Sum of RGB (Red+Green+Blue) = 166+141+59=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D3B is #5972C4. Grayscale: #8B8B8B. Windows color (decimal): -5862085 or 3902886. OLE color: 3902886.

HSL color Cylindrical-coordinate representation of color #A68D3B: hue angle of 45.98º 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 #A68D3B is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB16614159-
CMYK00.150.640.35
HSL45.98º47.56%44.12%-
HSV(B)45.98º64.46%65.1%-
XYZ26.0427.478.07-
YUV139.1382.78147.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 141 (55.47% from 255) = 38.52%
BLUE value IS 59 (23.44% from 255) = 16.12%
R=45.36%
G=38.52%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661415900.150.640.3545.9847.5644.12
HexA68D3B0F40232e302c
Octal2462157301710043566054
Binary1010011010001101111011011111000000100011101110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D3B; }

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

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

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

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

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

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

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

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