#A68E35

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

Shades of Reef Gold #A68E35

Tints of Reef Gold #A68E35

Color information

#A68E35 (or 0xA68E35) is unknown color: approx Reef Gold. HEX triplet: A6, 8E and 35. RGB value is (166,142,53). Sum of RGB (Red+Green+Blue) = 166+142+53=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E35 is #5971CA. Grayscale: #8B8B8B. Windows color (decimal): -5861835 or 3509926. OLE color: 3509926.

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

Color convert

RGB16614253-
CMYK00.140.680.35
HSL47.26º51.6%42.94%-
HSV(B)47.26º68.07%65.1%-
XYZ26.0427.717.34-
YUV139.0379.45147.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 53 (21.09% from 255) = 14.68%
R=45.98%
G=39.34%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661425300.140.680.3547.2651.642.94
HexA68E350E44232f342b
Octal2462166501610443576453
Binary1010011010001110110101011101000100100011101111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E35; }

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

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

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

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

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

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

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

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