#A68F34

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

Shades of Reef Gold #A68F34

Tints of Reef Gold #A68F34

Color information

#A68F34 (or 0xA68F34) is unknown color: approx Reef Gold. HEX triplet: A6, 8F and 34. RGB value is (166,143,52). Sum of RGB (Red+Green+Blue) = 166+143+52=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68F34 is #5970CB. Grayscale: #8B8B8B. Windows color (decimal): -5861580 or 3444646. OLE color: 3444646.

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

Color convert

RGB16614352-
CMYK00.140.690.35
HSL47.89º52.29%42.75%-
HSV(B)47.89º68.67%65.1%-
XYZ26.17287.27-
YUV139.578.62146.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 143 (56.25% from 255) = 39.61%
BLUE value IS 52 (20.70% from 255) = 14.40%
R=45.98%
G=39.61%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661435200.140.690.3547.8952.2942.75
HexA68F340E452330342b
Octal2462176401610543606453
Binary1010011010001111110100011101000101100011110000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F34; }

 p { color: rgb(166,143,52); }

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

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

 a { background-color: rgb(166,143,52); }

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

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

 span { border-color: rgb(166,143,52); }

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