#A18934

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

Shades of Reef Gold #A18934

Tints of Reef Gold #A18934

Color information

#A18934 (or 0xA18934) is unknown color: approx Reef Gold. HEX triplet: A1, 89 and 34. RGB value is (161,137,52). Sum of RGB (Red+Green+Blue) = 161+137+52=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A18934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18934 is #5E76CB. Grayscale: #868686. Windows color (decimal): -6190796 or 3443105. OLE color: 3443105.

HSL color Cylindrical-coordinate representation of color #A18934: hue angle of 46.79º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A18934 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB16113752-
CMYK00.150.680.37
HSL46.79º51.17%41.76%-
HSV(B)46.79º67.7%63.14%-
XYZ24.2625.726.93-
YUV134.4981.45146.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 52 (20.70% from 255) = 14.86%
R=46%
G=39.14%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611375200.150.680.3746.7951.1741.76
HexA189340F44252f332a
Octal2412116401710445576352
Binary1010000110001001110100011111000100100101101111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18934; }

 p { color: rgb(161,137,52); }

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

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

 a { background-color: rgb(161,137,52); }

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

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

 span { border-color: rgb(161,137,52); }

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